Hi @Amy_Herman
What do you have so far (some screenshots are always helpful) and were exactly are you stuck?
Hi @Amy_Herman
What do you have so far (some screenshots are always helpful) and were exactly are you stuck?
Hi there,
I have one sheet with a long list of redemption code and a separate one with users. I am stuck on a formula to automate pulling a redemption code and assigning it to a user automatically when a third field on a separate sheet is true.
The use case is that I offer a redemption code for a store when someone attends a meeting. I have a sheet with members of my group, a separate linked one with attendance, and a third one with just the codes. Ideally, when I mark that someone has attended a meeting (manually), I can have an automation set up to email a code. The codes are unique which is why the automation needs to pull the first unused code.
Nope, I’m stuck here. Maybe someone more experienced than me will have a solution with Airtable functionality, or else it will probably need a scripting solution of some sort.
Hello Amy,
I’m facing the same problem. Have you found a solution ?
Thanks
Michel
I’m also looking for a solution along these lines.
I’m also looking for a solution along these lines.
Hi,
the trick is to get single record id from array of unused codes returned by ‘Find records’ step (in my example i just did random ‘find’)
Can be done by one-line script
Then you can use it’s output as record id for next step (mark as ‘used’, email code value etc)

alternatively, it can be done without code using additional table with just one record.


use this ID in next steps, mark ‘used’, send value etc…