Test Worklow only runs one of the two triggers

Hey,

I am following the followig youtube https://youtu.be/uScURRX-Knc?si=V_A-gXfrKkz2nXa3. At (3:15:00) he has two inputs which merge, a gmail trigger with a binary file and a manual trigger which creates a link. In his video, when clicking on ‘test workflow’ both triggers start. However, in my case, only the gmail trigger triggers, the oother trigger does nothing. Why?

Flow:

Thanks in advance!

1 Like

Hi @Ibrahimben1995,

You should connect your gmail triggerto the get url step as well, then both steps will happen.

Here’s the workflow.

Best,

Robert Breen

You may also want to add an summarize step before the url upload so it only runs once.

Can you maybe elaborate more on the summarize step? What is the reason to include this?

1 Like

@Ibrahimben1995

Lets say there are 10 emails from the gmail step. Then the geturl step will run 10 times. if you do a simple count with the summarize step, only one record is sent to the geturl step. (count of records) Then the geturl step is only run one time.

If this answer solves your question, make sure to mark it as the solution so others can benifit from it.

Best,

Robert

Hi @Ibrahimben1995

Did this help you solve your issue?

Best,

Robert