Hey there people,
I have been browsing the community forums and YouTube videos to fix my problem, but I can't figure it out. I always get errors I don't manage to fix, I'm hoping someone can explain me what I'm doing wrong.
Context & Goals :
I ingest data from a real estate website that provides me properties from 2 sources, Source A and Source B.
I put this data in Table 1.
I have everything I need for Source A, however I have very limited data for Source B.
I therefore set up a distinct data (Table 2) ingestion for Source B, that contains the most important data I need (Description).
My goal is to push into Table 1 the descriptions from Source B I have in my Table 2.
The best I found to match entries
In my Table 1, I have records is the URL
In my Table 2, I also have URLs, but it's not precisely the same format
I therefore created a formula column, truncating http://www.sourceB.com/recordIDtoo/?alotofthings into http://www.sourceB.com/recordIDtoo/
What I have been trying
First I tried to link my tables.
I created a column in Table 1, called "Matching URL" column, but it looks like all it does is letting me pick manually records from my Table 2 > Truncated URL column
Therefore, I moved to "Automations".
My first move is the following: Trigger > Search > Update
Trigger :
- Table: Table 2
- Condition: when a record matches conditions > Truncated URL is not empty
Search Record :
- Table: Table 1
- Search based on condition: when Table 1 URL is Table 2 Truncated URL
Update Record:
- Table: Table 1
- Record ID: (from Search Record step) Airtable Record ID
- Field to update: Table 1 > Description
- Data source to update the field: (from Trigger) Table 2 > Description
Why I'm stuck:
I get a Received invalid inputs. error.
This error occurs on the "Update Record" step of my automation.
The "help" message isn't helping this much to be honest.
I managed to make it work, and I suspect it to be due to multiple records having the same URL, since, when writing this message to explain it clearly, I managed to make it sometimes work.
Thanks in advance for your very kind help.
Gzav