Has anyone found a good WU-optimized solution to check and remove duplicates after a CSV upload via the Upload CSV action?
What I would probably do usually is run a workflow to check all the uploaded items and remove duplicates, but I don’t think that’s very workload-efficient
For my use-case, more than one field with thousands of rows
I’m thinking about going the route of using a Cloudflare Worker that parses through the CSV and checks the duplicates, removes the duplicates then pushes the new data to my Bubble database via the Data API