Sean・Esprit De Corps - Is it possible to nest l...

Is it possible to nest loops inside of other loops? Basically just have a workouts object that has a nested array of exercises inside of it. I have no issue looping over the workout object but for some reason when it comes to that second loop, for whatever reason things go catty whompus and the records that are added to my Supabase just all read undefined. I added a set variable node as the first step to the second loop and for some reason I guess the loop node isn't actually breaking up the nested array and is instead passing through the entire array I had it set variables so I could see that I am mapping to the correct spot
No description
No description
2 Replies
Sean・Esprit De Corps
Edit: seem to have gotten it? Didn't change anything with the logic but used a loop node from earlier in the flow that was working and now it seems to be working magically lol. Not sure if it's a bug
Gaurav Chadha
Gaurav Chadha9h ago
Shazam! was the loop node on the initial flow, which wasn't working earlier, was a legacy flow, or copied?

Did you find this page helpful?