
Hello everyone, I have an application that has the following formula
for downloading files that come from a Dataverse table.
The formula using the computer works correctly but when trying to use it on the Tablet (Android 14) it does not work and the following error occurs
“There was a problem downloading the specified content locally”
Hi @Pizzolati
What I'd suggest here is to add a label or text input control and to the Text property to the URL
$"{LookUp(
'Environment Variable Values';
'Environment Variable Definition'.'Display Name' = "Environment URL";//Variavel de ambiente
Value
)}/api/data/v9.2/cre14_anexoses("&varAnexos&")/cre14_documento/$value"
You can then copy the URL and try opening it in a browser on the Android device.
If the file doesn't download, it would suggest that there's either a network issue or a problem with the device.