I’m trying to send an array of numbers through a few recursive workflows but at some point it seems to only see it as a single number.
Send list of array of numbers to workflow (successfully detected)
→
Send to Second workflow (recursive)
→
Send to third workflow (recursive) - it is here I have the issue.
Items detected as an array of numbers:
Send to second workflow:
How the second workflow detects it (it is a list / array of lists/arrays)
When I attempt to send the a single list/array to the third recursive workflow it doesn’t seem to identify it as a list: