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