I'm creating an Azure Logic App. I've created a 'Recurrence' that will call a custom API endpoint every 12 hours. I want to pass dynamically calculated datetimes as querystring parameters when the API is called. Is this possible? I just need to get the current time, and a time 12 hours in the future. I discovered this guide to date and time functions in expressions for Azure Logic Apps, but I'm not sure how to use these within my workflow: