Hi there,
I have a script that collect a few records in my table, and I'd like to create a repeat action (to send a Slack message to each of these records).
I used JSON.stringify to convert my array to a string and the output is something like:
["rec0aFuNHkPzxxx","rec2jGJ33iVxxx", …]
When I try to use this script output as a list for my repeat group it says : "No valid nested options".
I looked in the doc but haven't found anything about it. Did I miss something ?