Create dynamic url depending on the date

Hi All,
Using HTTP - Make a request, I would like to build dynamically the url, depending on the current date.
For example https://bla-bla-bla-2024-09-30.html if my scenario is running today
Hope it’s clear
Thanks for your help

You can use the formatDate() function for that. Read more here and here.

Thanks for your input Stoyan, I found what I needed.