How to reference a record value in an API URL

In order to reference or call a record value from your API URL in the HTTP Service step, you need to add “{@record.id}” in your API URL as highlighted below. It will return all the records from the API that you created.

image

How to add a return limit variable in an API URL