Passing the count result value?
Hi everyone,
I'm a bit puzzled with this issue, so I would appreciate any advice how to fix it.
In one of the flows, I filter out specific results and count them with iterator (increment function), then store in the variable. For example, I have 5 bundles meeting the filter criteria and thus I have 5 bundles in stored variable.
Then I need to use this result value in another flow, so I use Get variable module to access it, but for some reason I get number 4 here, instead of 5. I'm not sure what I'm missing here.
How can I get the right result (i.e. 5 in this case)? Any ideas?
Could you please advise?