I would like to connect modules together after both printify image uploads are done, as I need to use both image IDs for the next module.
How to do something like this?
Note that both Download File from Drive have a filter, so 0, 1 or 2 images are downloaded.
Welcome to the Make community!
Are both Google drive modules downloading the same file a second time?
If yes just drop one and make the route linear instead of using two paths.
2 Likes
No they are two different files.
In that case, you want to use the router magic formula described here:
- Router Magic Formula - YouTube
Basically you also connect your “Create a Product” module to your router, and use “Set/Get Variable” to pass the required data to your final route.
2 Likes