What are you trying to achieve?
in my workflow parse JSON module is returning value of blog_title (its not empty) and we can see it in output/result too .
but when im mapping it in my airtable or anywhere its saying value is empty . same goes for category , slug , seo score and image prompt.
i have already tried to delete and then again add module of airtable still not working
Screenshots: scenario setup, module configuration, errors
1 Like
Hi @Hira_Ahmed ,
Can you share your initial json? The output looks like it is not properly parsed. Everything should be in one bundle.
1 Like
This is workflow :
im getting values of blog title , slug , content , description and others too but they are not mappping in airtable only returning empty fields.
first someof them were mapping but now whole airtable is empty
1 Like
Hi,
Sorry for a late reply, but what I would do here is set up the open AI module to create an output in a json format. The json should include all the elements: keywords, slug, category, title. And then when you parse that json it should all go in one bundle. I can see you have a data structure already (My data structure), the reason might also be in it and how it organises the data. So basically you should end up with one bundle with 4 elements and not 4 bundles.
Im having the same issue here .(
1 Like
how can i make sure it end up in 1 bundle with 4 element not 4 bundles separately. Iām new to this i would appreciate your help.
its same data .i run the scenario multiple times . every time one info is missing or other one
i would be really grateful if you will attach blueprint example. i been trying to solve it for hours
1 Like
Hi,
What is your original plan with this? You have multiple openAI modules along with multiple json modules in your scenario. And you from each module you get a response which should go to Airtable, right? What should happen as a result of one scenario run: ore record in airtable should be created or many?
How does an output of an OpenAI module looks like? For example this one:

1 Like