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.