Hi,
I am having issues with an error message that ONLY appears on mobile devices.
"AzureBlobStorage.GetFileContentByPath. The method 'GetFileContentByPath' has an invalid value for parameter 'path'
I am using the following formula to retrieve an image from Azure Blob Storage and display it in an image control.
AzureBlobStorage.GetFileContentByPath(ThisItem.Path)
It all works fine on the web version of the app, reporting no errors, but when I use it on either IOS or Andriod, I get the error message above. I have also tried the GetFileContent(ThisItem.Id) and I got the same message. Strangely it still displays the images fine on the phone, but I get the error message when the app opens up and starts to load data.
15 hours into trying to solve it and going nuts! Anyone any idea?