Passing a URL parameter while using Rest connector - or modifiying URL dynamicly
Hi everyone,
We need to make a rest connection with while using date dynamic range on the URL:
It looks like this : https:/.../GetLoansByTimestamp/01-20-2025/01-23-2025.
This part is static "https:/.../GetLoansByTimestamp/" so we can manage with the
"Metadata": [ { "Url": "/GetLoansByTimestamp"}]
however, the date range changes, how can we pass the from-to date ranges to URL .
Is there way to modify the URL with code?
Only place we can modify seems to be the metadata of the connection which seems to hold only static data.