Hello, Welcome to the community. Airtable Search is functioning with FilterByFormula. I have provided several answers on this subject regard...
Hello, Your Webhook data is an array within the collection. You don't need to use an aggregator after Webhook. Directly add/select the property_image_...
Hello, From the webhook, if all the files are not combined into a single array, use the Array aggregator after the webhook. Then, feed that aggregated...
Hello, Can you please explain which Airtable Scenario Action you’ve used? If Build Airtable Scenarios: If Other: Both actions require different au...
Hello, Please share a screenshot of your Airtable API settings dialog showing the errors. This will help in understanding the errors. P.S.: Plea...
Hello, Instead of that, try this: AND({Status}='Done') Instead of AND, you can use OR, SEARCH, or REGEX_MATCH. However, it all depends on the specif...
Hello Did this work? Please remember to mark the most helpful replies to your questions as solutions. It helps keep the community organized.
Hello, Can you please share screenshots of any errors and your settings for that updated Airtable record module? Check these references are from the...
Farah: ({E-mail} =“{{1.email}}”) If you are utilizing the AND() function, consider this approach. AND({E-mail}={{1.email}}) // Kindly remove ...
Hello, Please share the formula you are attempting to use with the “Search Record” module. Additionally, please provide your Airtable structure an...
Hello, Note: I’ve also detailed my testing outcomes as understanding is required first. Kindly review the information carefully. I have cross-...
Hello, Airtable supports two distinct methods for file uploads. Upload a File Directly Airtable now supports uploading files directly, as per their...
Hello, Welcome to the community. First off, what you're observing in the Mapping dialog box always displays only the first element. It's primarily int...
Hello, Error Message: <<<BLOCKQUOTE: No valid leads found >>> At first glance, the issue seems to be how you are pas...
Hello, Those functionalities are standard in callin.io. That’s why I recommend you check out this callin.io Academy course. Each webhook is limited ...