I've put together a custom workflow utilizing webhooks, the "Sleep" tool, and Airtable's "Search Record" and "Create Record" modules. The webhook is set up to fetch data from the Odoo API. However, when I try to find a specific client (let's refer to it as Client X) in Airtable, the search is returning zero results, despite the client being present in the Airtable database. Can anyone offer some insight into why this might be occurring?
Best regards,
Hello,
Please share the formula you are attempting to use with the “Search Record” module.
Additionally, please provide your Airtable structure and field names.
P.S.: Always search first. Check out the callin.io Academy here. If this was helpful, please mark it as a solution
and
Need expert assistance or have questions? Feel free to reach out or comment below!
Which field are you performing the search on?
({E-mail} =“{{1.email}}”) : this is the formula for the “search record” action.
If you are utilizing the AND()
function, consider this approach.
AND({E-mail}={{1.email}})
// Kindly remove the quotes(")
Should this not yield the desired results, please provide a complete screenshot of the Airtable configuration dialog.
Hello
Did this work?
Please remember to mark the most helpful replies to your questions as solutions. It helps keep the community organized.