Hello - I need my flow to not create and update my task until the termination date. It is creating the task on the termination date, BUT it is not updating it with the needed information. Any ideas?
@ScottShearer

The formula in Delay until is
formatDateTime(body('Get_response_details')?['rce43432313b145989d75bc98be5eeb37'],'yyyy-MM-ddThh:mm:ssZ')
The formula for Apply to each 'select an out from previous steps' is
Array(triggerOutputs()?['body'])
