Hey all,
I'm building an app that requires me to save audio to a Sharepoint list and play it back later. I'm saving the audio into Sharepoint as a Base64-encoded String by using the JSON function.
The issue: when I copy the string from Sharepoint and paste it into an Audio control manually, everything works fine. But when I try to have the app retrieve it automatically, it doesn't work at all. I've checked multiple times, and even when a variable contains the exact same thing as the "raw" string, the variable does not work. Is this a common issue, or am I doing something wrong?