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.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
28 | |
28 | |
25 | |
25 | |
21 |
User | Count |
---|---|
65 | |
55 | |
44 | |
34 | |
30 |