- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-07-2025 08:24 AM
Do sub-playbooks self loop on arrays or just lists?
I can get a sub-playbook to loop “for each input” of a list, but not an array of the same data.
Thx
05-08-2025 02:26 AM
Hey there,
than there might be something wrong with your data, an array and a list should look the same in the context data.
So you might need to use a transformer to adjust the input
05-08-2025 09:31 AM
05-08-2025 11:42 PM
Hi again,
well, I guess it does not really matter, the "for each input" loop needs an itemizable list so that for each works,
easiest way to figure that out is to use the Transformer. So basically if you test with transformer we want a list coming out in the test field, if that is not the case you would need to add transformer to manipulate until you have the desired output
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!