Skip to main content

Google Forms new response automation - perform action based on a certain field

  • March 11, 2021
  • 1 reply
  • 0 views

Is there a way for the automation to perform the action based on the response in a certain field e.g. if the response in the Gender field is ‘Male’ the record should be created on one table and if it is ‘Female’ then the record should go on another table.

(I think I do need them on separate tables as opposed to creating a view as I need to link records. In my example above, on a male record I would need to select someone from the female table to match him up with and vice versa)

Apologies if I’m not being clear.

1 reply

ScottWorld
Forum|alt.badge.img+20
  • Brainy
  • 8749 replies
  • March 11, 2021

There is currently no conditional logic in Airtable’s Automations, unless you create your own custom JavaScript to create the conditional logic for you.

However, instead of using conditional logic, what you could do is have all your form submissions go into a temporary table, and then create TWO different automations: one automation that triggers if the field value is male, and one automation that triggers if the field value is female. Each automation can create one new record in its proper table.

Alternatively, for a no-code/low-code way of creating conditional automations, you can turn to Integromat, which has full support for both Airtable and Google Forms, and is free for up to 1,000 operations per month:

(Note that I am a professional Airtable consultant and a Registered Integromat Partner, and the Integromat links contain my personal referral code.)


Reply