
Announcements
Is it still possible to save what you recorded in the app to SharePoint the way this person shows?
https://www.youtube.com/watch?v=jt1148ZNhws
I am seeing base64 from everyone else. In this video I apparently do not have to use base64, but I am getting an error for the button. OnSelect=AudioApp.Run("testing.mp3",First(MySound).Url)
error = Invalid number of arguments. Received 3, expected 0.
Hi @send2mark - that looks like the nr of parameters your flow is expecting is '0', but you are providing >0.
You will need to check your flow to make sure that where it is suppose to request these parameters from Power Apps, that it actually has done.
If this is the case, it may be that you connected the flow to the app first and then added those 'ask in PowerApps' inputs in your flow. When it's done like this, power apps doesn't refresh the connection to the flow to reflect the new parameters required to be passed from the app.
If you are happy the flow is as should be, simply remove the flow from the app under data and then re-add it. If the flow needs updated with these parameter requests, do the updates and also follow the aforementioned remove and re add steps.
Good Luck! ☘