I need to save the sound recorded with the AudioRecorder widget in a database (or airtable) so I can play it later. How can I do that with AppSmith? I’m pretty sure everyone using the AudioRecorder Widget need to do that.
Thanks a lot
Hey @Sam! Thanks for reaching out to us on Community Forum.
Here is how you do it - Use the dataURL
property which gives you base64 string of the recorded audio. You can save this string in your database.
Docs - https://docs.appsmith.com/reference/widgets/audio-recorder#binding-properties