I feel like I’m maybe missing something very basic here or potentially just being stupid, but here we are. I’m trying to import the data from a specific View in AirTable.
I haven’t seen mention of View import anywhere so I’m guessing that isn’t supported yet, but no matter because the data I need has a field populated that is blank for other records. This is where I’ve hit a roadblock. Is there a criterion that exists like ISBLANK, EXISTS, ISNULL to filter based on the presence of a field? How should I approach this?
It would also be super useful to have a function cheatsheet like Google Docs has so new users can get an idea of what’s possible.
Hey @Jon thanks for writing in. You’re right about views — we only support tables and not different views at the moment however, I think we should be able to achieve what you’re looking for using our GET_RECORDS_AIRTABLE function.
Here’s an example — consider the following table in Airtable:
It contains 2 columns and say we wanted to import all the rows except the one where the Capital is Berlin. In that case, I’ll use the function in Rows like so — =GET_RECORDS_AIRTABLE("app14iKLr47MIBN8m","Capitals",,"Capital","<>Berlin")
To make things even simpler, I generally recommend users to simply start typing the function/activity they want to engage in and our autocomplete feature would show them the functions that currently exist on our platform, right from inside the cell too
In case you’re looking for any integration-specific function, you can also always navigate to the integration page directly to know about which functions exist and what they do too — example: for Airtable, that would be this page where you can scroll down and then click on the Functions tab know more —