Connect the two canvas modules each has a different file, to dropbox


This is what i want to achieve, getting the two canvas modules connected to the dropbox module.

Do you plan to have filters on those router paths so that only one executes?

Or will both paths always execute?

No i dont plan to use a filter i want the two canvas modules to execute the upload to drop box…
I need to connect the upper canvas module “Red Arrow” to drop box

The problem is that you’ve only got one execution path.

The Dropbox Upload a File module will only run once. Plus, you only want the following modules to run once, not for each file.

What is your Dropbox Make an API Call module doing, and what are the input parameters for the Instagram Create a Photo Post?

for the drobbox


for insta its getting a photo url link

hello :wave: anybodys there

So you want everything after the Canva module to run for both Canva exports.

There’s a few ways to do this:

  1. Just add those modules after each Canva module. Easiest to do, but not good for maintenance as you need to make sure changes to one path are replicated on the other.
  2. Add a new Router path. Move everything from the first Dropbox module to the Insta post onto that third path. Add a Tools>Set a Variable module after each Canva module to save the URL of the exported file, and then add a Tools>Get a Variable module before the first Dropbox module to retrieve that URL value. Here’s an example.
  3. Use a subscenario with scenario inputs. If you might end up using the Dropbox->Insta modules in another scenario as well, you can put them in a subscenario and then use Scenarios>Run a scenario module to call it with the URL as an input.

Option #2 is probably the best one for you.