
Announcements
How to realize the function of record voice and which platform is proper to upload and save voice files? Thank you
For the models in Power APPs ,can we find the data online ?My colleague can't find the data source of the model
Hi @LIAda ,
Do you want to record voice within a PowerApps app?
Based on the needs that you mentioned, I think the Microphone control could achieve your needs. The note you need to know is that the Output of the Microphone control is in different format for different devices.
The user @angelaniubo has faced similar issue with you, please check my response within the following thread:
https://powerusers.microsoft.com/t5/Building-Power-Apps/audio-recorder/td-p/481387
On your side, you could add a Microphone control in your app to record voice, then pass the Output (base64 data, converted using JSON function) of the Microphone control into a flow. Within the flow, add a "Create file" action of SharePoint or OneDrive connector, to create a .wav file or .webm file based on the passed base64 string data.
Please take a try with the solution I provided above, then check if the issue is solved.
Also please check if the following blog would help in your scenario:
https://qiita.com/h-nagao/items/d36e0ba5552cfe94ad07
More details about converting a .webm file into a .wav file using Power Automate, please check the following blog:
https://kamdaryash.wordpress.com/
Best regards,