Add a Compose action right after your Recurrence trigger. Use the following expression to return yesterday’s date (today − 1 day):
formatDateTime(addDays(utcNow(), -1), 'yyyy-MM-dd')
This will output the previous date in yyyy-MM-dd format, for example: 2025-10-14.
yyyy-MM-dd
2025-10-14
You can then reference this Compose output in your HTTP action. I’m not sure which API you’re using, but for example, if you’re calling the Exchange Rate API, your request URL could look like this:
https://api.exchangerate.host/@{outputs('Compose')}?base=EUR
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Tom Macfarlan as our Community Spotlight for October…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 699 Super User 2025 Season 2
Tomac 542 Moderator
chiaraalina 321