Category: Widget
Resource links
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Saving Audio Recorded with Audio Recorder to a Database

Issue

I need to save the sound I record with the AudioRecorder widget in AppSmith to a database or Airtable so that I can play it later. I'm not sure how to do this, but I know that many others using the widget have the same issue. Can you please help me figure out how to save and retrieve the recorded audio?

Resolution

To save the sound recorded with the AudioRecorder widget in a database or Airtable using Appsmith, use the dataURL property which gives you a base64 string of the recorded audio. This string can then be saved in your database.