Microphone Component Auto Save File Recall

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?

Hey there @DavidNigel,

Yup, the microphone component has a property you can access right after you stop recording, see below screenshot:

@MiguelOrtiz amazing. Thank you!

1 Like