
Hello,
I am trying to add a button to the toolbar of a model-driven app (it is actually for Dynamics, but I believe it is the same process).
I am trying to get the button to download a file. The function works well in a canvas app, but when I try to add the button with:
Action: Run Formula
OnSelect: Download( "URL" )
I don't get any errors but after I publish and press the button, nothing happens. Does anyone know if this function should work in a model-driven app?
Many thanks!
I have managed to find an alternative. I don't know why I can't get the Download function to work but the Launch function worked perfectly well for my requirements.