Hello.
I want create a flow, which will send email to attendee of the meeting, 5 minutes before the end of the meeting.
Currently I'm using this flow which sends email at the end of the meeting, with expression concat(triggerOutputs()?['body/end'], 'Z') as timestamp in the Delay until action.
So how to calculate timestamp in the Delay until action to achieve this?
Thanks in advance,
Robert