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
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
25 | |
25 | |
25 | |
22 | |
15 |
User | Count |
---|---|
50 | |
38 | |
36 | |
31 | |
30 |