I’ve spent 6 hrs on this and still can’t figure it out.
I’m collecting form submissions from a platform called One Church and they have the questions nested 4 levels down and each question is a collection of info. I only need the question id, label, and response to insert the form responses into Airtable.
How do I:
- pull all the responses
- change “label” to the actual question
- change “response” to the actual answer
- make them available to map to Airtable?
UoF Auction Submissions- One Church to Airtable.blueprint.json (50.3 KB)
1 Like
Hey @Chasity_Williams1 Welcome to the community!
You can iterate the data of your main responses using iterator
and then you can use Map function over responses array to get answers for each question respectively in your airtable inputs mapping. I am using id of questions as question label can contain comma which can affect the mapping. so it’s better to use strings which doesn’t contain the comma. You can replicate the formula by just updating the question id.
I hope this helps!
Best,
@Prem_Patel
I found the solution using Javascript that Chatgpt made for me:
2 Likes
Set Variable module was used just for example of map function. you can set those formula’s directly in airtable