Hi everyone - I’m attempting to run an automation to update a table and running into some issues and hoping someone can help out. Here is the set up:
Two tables (table 1 and table 2)
Table 1 has three columns: URL, #, and Name
Table 2 has two columns: URL and Name
Basically, when I add a record to table 1, and the URL matches a URL from table 2, I want the Name from table 2 to populate the Name field in table 1.
I have an automation set it, and when I test it it runs correctly, but when I attempt to add a record in Table 1 it fails. The set up is like this:
When record is created in table 1, find record in table 2 where URL contains field value from new record in table 1, update record value “Name” in table 1. AS mentioned, when I test it it works, but when it runs on the table it fails and I get an error that says “Invalid filter on URL” in the find records step. Any ides on how to fix this or another way to do this? Thanks!