Hello,
My goal is to create a plan with 23 new tasks based on 2 variables; name and date.
I've been able to create new tasks using the existing flow below as my start. I haven't been able to pass the name or date variables into the create tasks.
Cheers,
-Joe
Solved! Go to Solution.
Hi @joesparty_ro ,
For your first question , you could create a new plan dynamically.
For your second question, if you want to avoid having to add the "Create a new plan" 22 more times, you could consider modify the flow and then run the flow 22 times, or you could create an array for the task.
For your third question, the expression should as below:
formatDateTime(utcNow(),'yyyy-MM-dd')
For your forth question, could you please explain more details about the requirement?
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @joesparty_ro ,
For your first question , you could create a new plan dynamically.
For your second question, if you want to avoid having to add the "Create a new plan" 22 more times, you could consider modify the flow and then run the flow 22 times, or you could create an array for the task.
For your third question, the expression should as below:
formatDateTime(utcNow(),'yyyy-MM-dd')
For your forth question, could you please explain more details about the requirement?
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 | |
44 | |
38 | |
34 |
User | Count |
---|---|
91 | |
75 | |
74 | |
61 | |
41 |