Mar 21, 2023 03:28 AM
Hi, I have a Make scenario setup, but it is not pulling through any data to Airtable. The Make scenario is attached and is very simple; it Watches for items in Podio and then Creates Records in Airtable. I have set up the link between accounts a few times to double-check that everything is working. I've continued to run the scenario, and it comes back with no errors or warnings, but when I refresh the Airtable page, no data is being pulled through. Any help would be greatly appreciated.
Solved! Go to Solution.
Mar 21, 2023 04:50 AM
@Dhiresh the data you receive from Podio are collection, try to convert them in array or get the array's values in Airtable and try it again 😉
Mar 21, 2023 04:04 AM
If you're creating stuff in Podio and it's not appearing in Airtable, that sounds like a bug and you might want to open a support ticket with Make about it
Mar 21, 2023 04:06 AM
Mar 21, 2023 04:09 AM
Hey @Dhiresh ,
from your screenshot it seems that you didn't save the settings in module for Airtable.
In case this is not the reason to solve this you need to check what's going on make side and actually review the output in Airtable module. 😉
Thanks
Mar 21, 2023 04:13 AM
Mar 21, 2023 04:50 AM
@Dhiresh the data you receive from Podio are collection, try to convert them in array or get the array's values in Airtable and try it again 😉
Mar 21, 2023 05:28 AM - edited Mar 21, 2023 05:28 AM
@Dhiresh If you can’t figure it out based on @Dimitris_Goudis ’s advice above, there are tons of Make experts who can help here.
Mar 21, 2023 06:13 AM
Thank you so much for your help!
Sep 29, 2023 06:52 AM
@Dhiresh I'm having the exact same problem, did multiple troubleshooting.
Did you ever get it working, would appreciate some guidance 🙂
Best
Sep 30, 2023 01:59 AM
Sure, when you pull data through, there are different types of data like a collection,array,num, etc... If your Airtable column is expecting an array, you can't ask it to pull through a collection (a collection of arrays), so you need to use the dropdown to select the exact array you want to bring forward. I hope that helps!