I'm working on a recipe that's triggered on schedule to run every hour. When I make edits to fix a failed step and restart the recipe, it waits until the next hour to run again. How can I "reset" the schedule so that it runs immediately again at ...
I have a recipe with an HTTP Request action with monitor error handling to logger and email. I can attach the HTTP Response "Body" field into the logger and email, but is there a way to apply JSON formatting to it so it's easier to read?
It's working now, thank you!Realized, from the "Send Request via HTTP" action I needed to pass through the "Response" datapill and not the "Body" containing the "Response"