I am currently using a REST asset. I have an example of my request working in Postman, and I have transfered it over to Squiz. I have JSON in the Request Body e.g. {“nameofmyservice”: {“usernameOrEmail”: “myUserName”, “request”: “5/74 Wardoo” }}. This returns data correctly from the service.
I need the request value to be populated from a search input field. I have tried to use the %globals_get_***% keyword replacement for this. {“nameofmyservice”: {“usernameOrEmail”: “myUserName”, “request”: “%globals_get_query%”}}.
And then have called the rest asset and appended the ?query=5/74+Wardoo onto the end of the url.