How to connect to external collection using a dynamic path parameter

I am unable to set an external collection, the url to get this list looks like below.
I want to be able to change a parameter in the REST API url, eg. https://test.com/facilities/{facility_id}/locations

How do i change the {facility_id} using magic text or something to achieve this

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