I currently have a form integrated with Make.com that retrieves a client’s status via an API and records the result in Airtable.
However, it would be more efficient if the form could be connected to Airtable beforehand, allowing me to select the client’s information directly from the database before sending the data to Make.com. This would eliminate the need to manually input the client’s details every time.
Do you guys have any suggestions on how to implement this?
The issue is that during the creation of the record—not after—I need to check the company’s status via an API. If the record is created before this check, we risk problems due to multiple entries being submitted simultaneously.
Because of this, the form needs to connect directly to Make.com rather than Airtable. Since it’s integrated with Make.com, I have to manually send all the required information each time.