May 14, 2019 09:16 AM
I want to use airtable to distribute audiobook codes to reviewers who request them. I need to keep track of who got which code, and have an easy way of seeing and evaluating new requests. Any ideas on how to configure this on Airtable so don’t have to double enter information?
Details
SO FAR:
I have a Table 1 with audiocodes. Next to each code is the book its associated with, the country its good for (US/UK) and whether it has been given out or not.
I have a form in a separate table - Table 2. This form ask the potential reviewer for his name, which book he wants, a screenshot of pre-requisite, and the country.
Problem… I am having trouble coming up with a workflow where I fulfill requests - something that would associate the requester with a code I assigned him while changing the code to “used” status. Ideas?
Some considerations: I think doing a LookUp for requestor email in TABLE 1 would be impractical - with hundreds of requests, it would be a pain to figure out who the new one is, or to scroll through everyone.
would love your ideas!
Alex
May 15, 2019 12:41 AM
Hi @Alex_Lidell - have a look at this base that I have mocked up:
The Audiocodes table has two views:
The Requesters table has a link to Audiocodes (based on the view “Unused codes”).
My workflow for this would be:
Requester makes request via your form and populates the Requests table with Name, Book and Country.
For an open request, you click on the {Link to Codes}
field and this will show only unused codes. I’ve put the book name and country in the ID for the Audiocodes table as this will allow you to search by book name (and country):
You select the code you want to apply to this request - the {Link to Codes}
field is populated and for ease of reading the code itself is pulled through via a lookup.
and will no longer be available to select in the Requester table look-up.
Does this work for you?
JB
May 15, 2019 03:42 AM
OMG!!! This is brilliant!!! The Xs factor I had not been able to figure out without your formulas are
<<{Link to Codes}` field and this will show only unused codes.>>
and how you got the “used” flag to auto work. I’ve copied your base over my workspace and will go marvel and the solution. THANK YOU