Is it possible to add a due date based on the submission time of a Microsoft form plus X number of days?
For example, I want to say this one thing on the do list should take submission time + 4 days.

Is it possible to add a due date based on the submission time of a Microsoft form plus X number of days?
For example, I want to say this one thing on the do list should take submission time + 4 days.
Hi @User25 ,
You can use the addDays formula.
addDays(outputs('Get_response_details')?['body/submitDate'],4)
You can then format the datetime using the below
formatdatetime(addDays(outputs('Get_response_details')?['body/submitDate'],4), 4),'yyyy-MM-dd')
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn