How to call/reference parameters in an API URL

In order to reference or call a parameter value from your API, you need to add the highlighted code in your Calculator step as shown below. This code is used to reference the parameter in your API URL in the HTTP Service step.

Then add “ {@record.number} ” in your API URL in your HTTP Service step as highlighted below. It will return all the records with the parameters from the API.

How to reference a record value in an API URL