Hi! How can I construct an HTTP request with a URL like this: https://hmrc.matchilling.com/rate/2020/03.json ?
I need to dynamically insert <2020> and <03> into the URL depending on the results of previous steps in my flow.
@UKarpuk You can use the parameter from the previous step to insert into your URL. In my case, it’s passed as a parameter via the web hook.
1 Like
I appreciate your help!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.