Hoping someone here has the missing piece.
Goal: In an Airtable form when selecting the Other option to a pre-defined list of options, and entering a single line text for that option, that text then presents in the original table with the other pre-defined options for future selecting.
I have:
- Table 1 that populates via a form built in Form View. The form asks for the submitters State.
- Multiple tables that are predefined lists of Group names based on State. For example one table is all CA group names, another all MA group names, etc. Each table has an Other option.
In the form when someone selects a state, the respective table of their state's Group options presents. If they select Other a single line text field presents to add in their required response. That is working correctly.
What is not working correctly is the automation that adds this Other single line text field entry to that State's Group list of options moving forward.
I have the Table and Lookup Fields set up as seen in Option 2 HERE.
I've attempted a few different ways to set up the automation and while the automation indicates it's running successfully, the added response is not presenting in the corresponding table of pre-defined options.
Automation Trigger:
Create record:
Update Record:
I've tried this...
And this...
And a few others without success. I feel like we're missing a basic piece.
We've also explored this community post. And sadly the dynamic filtering for linked records is not supported through forms because that's exactly what we're trying to do.
Any insight you can offer is greatly appreciated!