I have an app published to our private Gallery that outputs 4 files (1 pcxml file and 3 xlsx files). I want the pcxml file to always be the "default" first file so that the user can see the report right there on the screen. The other 3 xlsx files are optional files that they can download if they like. Sometimes the pcxml file is the first on the list and sometimes it's not. I'm pretty sure it's whichever file finishes processing first. Is there a way to ensure that the pcxml file processes first and always is the default selection in the results screen? I've tried the Block Until Done tool, but that doesn't seem to do the trick for me.
Thanks!