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?
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.