I'm using the microphone component in retool mobile to record audio to send to Whisper AI.
I've set up the mircrophone component to autosave to retool storage and I need to get the id of the saved file in order to pass it to the rest api query.
Currently I've created a query to get the most recent file stored which is working but seems prone to error. Is there a way to automatically return the id of the stored file?