Flow Designer Rest Step Action - Dynamic Base URL

Matt194
Tera Contributor

Hi,

 

I'm currently trying to create an outbound query to a REST API using an REST Step Action in Flow Designer. I need to be able to dynamically change the Base URL depending upon an Input. Is this possible? It only seems to be possible to change Resource Path or Query Parameters dynamically.

The only alternative I can see is to create multiple Actions. One for each URL I need to connect to.

 

Thanks

3 REPLIES 3

Yaraslau
Tera Guru

Hello, could share at least the flow action?(screenshot) 

Divakar3
Kilo Contributor

You may pass your dynamic URL to the Action input.

Write a script to get the input in Base URL script and return the same value.

find_real_file.png

Cent
Tera Contributor

hi @Matt194 , did you found a solution for this? if yes can you please provide the solution? thank you very much