Skip to main content

I’m trying to create a form as follows;



  1. Based on the entry on one of the fields, I send out an API request with the field value.

  2. I get a result from the API and I show that in the form itself.


Is this possible?

Hey ​@Ruchika_Abbi1!

You cannot achieve this natively using Airtable only. However, you can use Fillout forms, or any form provider that will allow you to re-direct the user to a different url AND where url paramters can be used on the url link (I don’t think Airtable meets the latter).

You would re-direct the user to a webhook url provided by Make, N8N, or other automations tool (more on these tools here), which should include url paramters for data needed for the API call.
You would then use your automation tool to make the API call.
You would then have a Webhook Response node/module on your automation tool and render an HTML with the data returned by the API call.

Not suuuper straight forward, but def fun! Please feel free to reach out if you’d like to go through this together on a brief call.

Mike, Consultant @ Automatic Nation


@Ruchika_Abbi1 

Yes, as ​@Mike_AutomaticN said above, this is super-easy to do with a combination of:

  1. Fillout’s advanced forms for Airtable. You would use Fillout’s auto-redirect feature to automatically trigger your webhook in Make.
  2. Make’s custom webhook and webhook responses. The webhook response would redirect the person wherever you want to redirect them, based on other values in your automation.
  3. Make’s HTTP module (to make your custom API call).

Below is a screenshot of the simplest & easiest way that this could be setup in Make.

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld

 


Reply