I am trying to use the template for manually triggering a flow to create an outlook task.
I want it to set the due date to tomorrow but I cannot get it to work, anyone know the correct syntax?
Solved! Go to Solution.
Follow the article below to use Expression with the function:
Use expressions in Flow actions
Under the expression part, enput the following:
AddDays(UtcNow(),1, 'YYYY-MM-DD')
Doing it in this way should make it work.
Regards,
Michael
Follow the article below to use Expression with the function:
Use expressions in Flow actions
Under the expression part, enput the following:
AddDays(UtcNow(),1, 'YYYY-MM-DD')
Doing it in this way should make it work.
Regards,
Michael
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
66 | |
23 | |
16 | |
16 | |
13 |
User | Count |
---|---|
116 | |
35 | |
32 | |
28 | |
26 |