What are you trying to achieve?
I am creating a flow in Make that starts with a Perflexity prompt, extracting events by day. The problem is that the data is coming over as 1 Bundle. I am struggling to create a separate bundle for each day and event. I want to add this to an air table or Excel sheet.
Screenshots: scenario setup, module configuration, errors
Use an iterator. But sounds like you have never use MAKE before you should go through the Academy.
I have tried the iterator already, and it’s not doing the job. I have also gone through the Foundation and Basics training. Thanks
Share your scenario then and the output of the data.
So you need to iterate on the Array not an item in the collection.
Iterate on Choices it should look like this
Instead of data think Choices.
Let me know if that helps!
1 Like
I will try this. Thanks for your help.
I used the Choices selection, and the data is the same. It didn’t create multiple bundles?
Never mind I see your issue now you don’t need to use an iterator you need to use a parse text module and parse the content of your data.
Noted. I will try this too. Thanks