Here is what I am trying to do...
User submits a Microsoft Form
User then receives a unique code from an excel list via email (the list is just 100 unique codes in an excel table)
That unique code is then deleted from the list so the following submission receives the next code on the list.
Everything is working for me as it should, except for the deleting the row part. I don't have a key value to specify since it changes every time.
The other option would be to update the list to show that code is used and create logic to not select that row for the next person? But I can't figure out how to make it work. I have tried so many things! Please help!!