Hi, I have a use case where I have a list of tokens that give user access to download something.
At the moment they have to email the admin and ask for a token, we look at our list in a spreadsheet and see which ones have not been used yet and then provide the users with the next available one. This then gets marked as used.
Is there a way we can automate the request with either a form or an email, then the list gets checked for the next available token and it gets sent to the user automatically? The list can also be in any format like a database. One used there needs to be some way of this being marked used.
I appreciate any help!
Thanks in advance.