What is your goal?
Add entries row by row from a “table” field in a Fillout form to an Airtable contact database.
What is the problem & what have you tried?
My Fillout form successfully passes the Array (the table) into an iterator, but in any subsequent module, I can’t pull out the individual values. So it sees the data, but it maintains the wrapping. So the values going into airtable look like this, for example:
{Email}=‘{“value":"test@test.com”}’
When I reference the green iterator module, it only shows me the collections, not the values. And trying to manually use {{2.value}} manually doesn’t seem to work, because it doesn’t know which value to reference. Apologies if I’m demonstrating a misunderstanding of how iterators work, but doing my best to wrap my head around it.
I feel like I’m so close, but this is driving me crazy! Any help would be greatly appreciated! Public scenario is linked as well.
