Run index of split in batches isn’t working properly :
Here’s the config of the condition rule :
It should goes to the True branch in the second execution, can you figure out why ?
Run index of split in batches isn’t working properly :
Here’s the config of the condition rule :
It should goes to the True branch in the second execution, can you figure out why ?
$runIndex
returns a number and not a string. So if you update the IF-Node to compare numbers it will work fine.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.