Loop stops after first item
I read rows from supabase and want to loop through them, sending an sms.
My loop stops after the first item and marks the workflow as success.
According to the log, the 'Get Row' output, has 3 objects.
Any idea why it stops before processing all items?
My loop stops after the first item and marks the workflow as success.
According to the log, the 'Get Row' output, has 3 objects.
Any idea why it stops before processing all items?


Solution
Hi @PascalM from your screenshot it seems that you have added extra brackets in the loop items editor. you can remove the other brackets [] as the Get Row data form Supabase is already an array.
