I have a Jotform that populates an airTable base. If someone submits an exact duplicate form, I created a vew that shows ONLY those submissions that have duplicates. I have a checkbox in that view that when I click it, it hides that entry from that view, and (Importantly), it hides the other submission because the two submissions are no longer exact duplicates. This works great.
What I am looking for is a way (automation) that will automatically click one of the two.
One slight complication is that there can be 3 identical submissions and I want the automation to click the checkbox on all but one of the submissions. That one unchecked will still disappear from the view because it is no longer a duplicate.