In the next Step I want to iterate all Entrys and create for each entry a row in a excel sheet. When I select the Iterate Module I can’t select the JSON:
Try to add an Array aggregator after the Parse JSON module, that will create an array of all your data.
And then you will be able to map that Array into the Iterator.
Please share screenshots of the Parse JSON module fields question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
I need to Add for Column A =>Datum and for Column B => Ereignis so the Process goes through all of the 31 Entrys and creates for each an row and place the right information. But it is not working, because the Iterator doesnt run through all of the 31 Entrys - it runs only 1 time:
The JSON provided from OPEN AI was wrong and that was the reason why the JSON Parser created a wrong output. Found the solution in the documentation:
So I Changed the way the JSON is created in the Prompt:
"… Here is an example of how the JSON file should always be structured:
[
{“Date”: “…”,“Event”: “…”},
{“Date”: “…”,“Event”: “…”},
…
{“Date”: “…”,“Event”: “…”}
]
"
I’m just quickly jumping in to say awesome work getting this up and running with the assistance of @AnujP and @samliew
Thanks a lot for circling back here and sharing how you managed to resolve this. This is super valuable and has the potential of helping many others who are looking for similar information