Hi there
I am creating a flow that is triggered by a submittion of a form - when it is submitted it needs to create an event in outlook. I can only seem to create it the same time as the event OR from date of submission to the date of event.
I need it to be 2 days before the "Date of function" field in the form. I am using the Create event v2
Any suggestions?
Hi @Anonymous
Glad that it worked!
If my reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Anonymous
You can use the add days function to achieve this.
Tap into the Start Time field of the action and then click on expression in the dynamic selector tab. Type addDays() and in the bracket, switch to the dynamic content and select the field. after this, add a comma and enter -2.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!