Hi y'all,
I'm trying to build an airtable base for a concert promoter. In one table (Current Shows), I have the shows they are working on, as well as fields for all the info attached (ex. artist, venue, show date). In another table (Ticket Links), I have a form for their ticketing team to add ticket links. I've built the form so it asks for the artist, venue, show date, and ticket link and it pulls from all existing artist and venues that the promoter works with, so none of the inputs are manually added (except the show date).
I'm working on an automation that ideally says: whenever a ticket link form is submitted, find the record in the current shows where artist, venue, and show date match. Then, input the ticket link.
Below are the steps I've taken. The automation runs successfully when I hit "Test automation" or "Run as configured" but fails to run on my Update Record step, giving me the error "Received invalid inputs".
Trigger:
When a record matches conditions:
When, in Ticket Links table, Ticket Link Input field is not empty.
Step One: Find Records
(Also in each table, I have a concatenation of "Show Date - Artist Name - Venue Name", where I ran an automation to get a "manual input" of that concatenation in each table. I hope I worded that correctly. Basically I was running into an issue where I couldn't get Find Records to search by date so I made everything into text that the automation could work with.)
This step searches the Current Shows table where the concatenation of Show Date - Artist Name - Venue Name matches the same concatenation in the Ticket Links table. Both concatenations are short text fields.
Step 3: Update Record
My final step uses the record ID from the Find Records automation, and then updates the Ticket Link on the Current Shows table with the Ticket Link Input from the Ticket Link Table.
All the steps run correctly when tested, and as stated above when clicking run as configured or test automation work as described.
However, anytime the form gets inputted with a new ticket link, the automation fails, telling me it's received invalid inputs in the Update Records step.
Does anyone know what is going on or what I am doing wrong? I am relatively new to airtable, so any advice is appreciated.
Thanks in advance!