Hey,
How is Appgyver processing flow items when there are multiple inputs to a node? Is the node waiting until all inputs arrive (like a sync point) or is the node executed every time one input arrives?
If the latter is the case, how could I build such a sync point?
In my case, I did a (probably stupid) flow sequence like the following: From a geolocation node, I added four parallel “Set app variable” nodes which then “synchronized” in a delay node. From what I experienced, it looks more like the Delay node did not synchronize but instead, each iteration multiplied the number of parallel executions by 4. Of course I can fix this by putting the “Set app variable” sequentially in this case but I would love to understand how AppGyver operates/should operate here and how to achieve sync points for other use cases.
Thanks,
Jo