How to map data to HTTP request url

Hello!

I am wanting to create an HTTP make a request post module

The “URL” section is dynamic as I the url changes for each client that uses this workflow

How am I able to map data I received previously to the URL input field?

for example: https://((DATA I NEED TO MAP)).myshopify.com/admin/api/2022-01/themes.json

Hi @Jacck

You should be able to map it to the URL variable from whatever module is providing the URL. When the URL changes for each client the content of the URL variable will change but the name remains the same and the HTTP knows to pull that variable every time and it will read the content (which is the URL from the client).

Here is an example

image

2 Likes

Hi @Jacck

If the variable data is coming from any other module please map the variable directly to the url.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes