I have setup a connection between Postgres and Airtable using the search and upsert modules. It works, but I struggle to understand why. Especially the search module and the formula.
I found my solution via this post: Airtable Integration, Upsert a record - Does not seem to work correctly with Smart Links = ON
To make the Upsert work I need to have a formula that, I believe, maps something to a record id in airtable, but I’m unsure why or how this works exactly, and I would like to understand that :-). I just copy/pasted my solution from the post.
In Airtable I have a table called “Vouchers” where the Primary Key column is called id. I know there is a record id “behind” that in some way, or at least a “hidden” column that has a record id for the row.
So with this and the screenshots attached, can anyone explain in pain language what is happening in the Formula field in the search module that makes this work?