I have a flow that creates a to-do task item. This works one.
In another flow i try to get the flow with Get a to-do (V3).
The to-do-task Outputs has the exact the same name as the name of the task.
I get the following error:
Solved! Go to Solution.
Hello @mvangeresteijn
In order to get the task, you should use an Identifier (ID) as you can read in the official documentation: Microsoft To-Do (Business) - Connectors | Microsoft Docs. Although when using the wizard you see the task name, internally it is storing the ID value of the task. So, if you want to get a task may be you should do something like this:
1) Get all to-do's
2) If you find your to-do task by name (in this sample "your task name").
3) Use some values (compose action to demonstrate that)
Hope it helps!
Ferran
Hello @mvangeresteijn
In order to get the task, you should use an Identifier (ID) as you can read in the official documentation: Microsoft To-Do (Business) - Connectors | Microsoft Docs. Although when using the wizard you see the task name, internally it is storing the ID value of the task. So, if you want to get a task may be you should do something like this:
1) Get all to-do's
2) If you find your to-do task by name (in this sample "your task name").
3) Use some values (compose action to demonstrate that)
Hope it helps!
Ferran
Hi Ferran,
Thx for the help i got it to work
Regards Marcel
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
47 | |
38 | |
34 |
User | Count |
---|---|
91 | |
76 | |
74 | |
61 | |
41 |