Help with Shopify Tracking import and fulfillement

Hey everyone,

New on the make.com space so bare with please.

I have a shopify customer that is receiving tracking numbers by email in a csv file.

So i created this automation

  1. Dropbox module watching the file
  2. Dropbox module creates a shareable link
  3. CSV Parsing Module
  4. Shopify Module

Now all the modules work on trigger but the Shopify module wont trigger.
If i right click and ask to run Shopify module only it will ask me for manual input of the information, when i enter the fulfilment id and tracking number it works no probs.

But for some reason i cannot get the Shopify module to trigger automatically.
I would need it to trigger for every line in the csv file…
Im sure its a easy fix but i cant figure it out…

Help ? Please :slight_smile:

Welcome to the Make community!

What is the output of the CSV module?

Please provide the output bundles of the CSV module by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

So the input to the CSV file i can see its the shareable link that was created.

[
{
“csv”: “https://www.dropbox.com/”
}
]

But for output it shows , basically nothing.

Thanks

https://www.dropbox.com/ does not point to a CSV file.

Please check your URL is correct, if you require further assistance please provide the correct URL.

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

Hi,

Sorry it does but i removed the file link as it shows customer detailts.
The shareable link is working.
Thanks