Hi there,
I have 2 tables in the same base,
one for adding data and one for report.
I want to create a new record in the "report" table every time I add a new row to my "data" table with an automation.
BUT I don't want to have a duplicate records.
I want to check if the text in the "Name" column in my "data" table matches "Name" column in the "report" table.
(if they match - do nothing)
I try to do it with "Find records" but I don't quite familiar with it.
What is the best way to do it?
Thank you.