My below expression does not match round-trip date/time:
addDays(body('FUTUREUSE'), -30, 'yyyy-MM-ddThh:mm:ssZ')
The 'timestamp' value of the 'Wait' action 'until' inputs must be specified in UTC using the round-trip date/time pattern (for example, '2015-10-22T10:00:00Z'). For details please review the Standard Date and Time Format Strings of the .Net framework.
Can you please advise how I get this to function?