I have an Airtable Database filled with datasets. Some of the datasets are duplicates, meaning their title is the same. Yet, I also need to check if the location is also the same. If both are the same, I want to remove one of the duplicat rows by their ID.
I tried building the flow. I am able to drop the values with deduplicate() taking in title and the location in an array. In order for me to find out which rows to delete on airtable I need to find out the ID’s for the dropped values. Yet, I can’t pass on the ID via the array as these are unique values and are not detected by deduplicate().
Please provide the output bundles of the Airtable modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Uploading them here will look like this:
This will find all of the rows in your table with the first module.
Second will go row by row and see if more than one row for the same location and title exists if it finds more than one row it will delete the row found after the first bundle only keep one.