Hello I got a qvf file in which I refresh data from a source and also I'm triggering a task in Nprinting the script works fine However the Nprinting report reads data from this same QVF file so when the Nprinting task is triggered the data refresh is not yet "committed"
to solve this issue I had to create a separate QVF file that triggers the desired Nprinting task and the related task runs just after the success of the original QVF file
the question here is: is there a way or workaround to reload data and trigger nprinting task in the same qvf file? instead of creating a separate qvf for each task (loading data , triggering nprinting task)