r/MicrosoftFlow 1d ago

Cloud Add new row to ToDo notes section

Post image

Hello everyone, i need help to finish my flow.

I add every new response to my ToDo liste, but i would like to add the whole new row to the note section on ToDo, is it possible, if yes how?

5 Upvotes

3 comments sorted by

1

u/MidninBR 1d ago

From the response details you simply use the details to form your notes

1

u/ninihen 23h ago

Put the fields in the Body Content box on Add a to-do (V3). That field accepts HTML, so you can lay the row out however you want.

There's no single "whole row" token to drop in so you need to list the columns yourself. Click into Body Content and pick the dynamic content from Get response details, one per line like these:

Id: <Id>
Heure de début: <Heure de début>
Heure de fin: <Heure de fin>
Adresse de messagerie: <Adresse de messagerie>
Nom: <Nom>
Nom du centre de réparation: <Nom du centre de réparation>

1

u/ConfusedMBA24 8h ago

Use the add row to a table then map what you want in each column.