Simply put: trying to make a Zap that automatically pulls in data from whatever is the topmost row in a (grid) view. FWIW the Airtable view automatically sorts itself based on a set of criteria, so what I want is when the Zap is triggered, it just grabs whichever one is currently on top.
I did try using Airtable’s “Autonumber” field, with the intent to simply do a Find Record and grab #1, but I can’t get the Autonumber to update post-sorting on its own.
So as far as I can tell, I either need to find a way to make the Autonumber thing work, OR do a Find Record and force it to either select All and use the first record OR some way to force it to Find the 1st row. OR maybe use Code and force it via Javascript, but that’s a little beyond my capabilities.
Any help would be lovely :)