Http request how to insert variables to Endpoint

Hi,

I’m trying to form a dynamic endpoint url but can’t figure it out how to insert variables to the url
Endpoint example:
http://avoindata.prh.fi/tr/v1?totalResults=false&maxResults=10&companyRegistrationFrom=1900-01-01&companyRegistrationTo=1900-12-30

What I’m trying to do is to change the value for example maxResult=10 with variable “maxresults” which has dynamic value lets say maxresults = maxresults + counter which is assigned inside while loop in my work flow

Can anyone help me how to achieve this

Click ok here and once the http request appears inside the workflow, there you can pass the variables and values directly. You can pass the variables as well there @hemuli

Try and let me know if you have any questions further

Do it like this:

image

1 Like

Great! Thanks @PaulNel for the solution :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.