Hi all,
I have 3 chained apps. I want user to see results of the first app before the second gets executed and results of the second app before 3rd gets executed. How can I do this?
Checking the box "On success - Show results to the user" in interface designer properties does not work and the app simply jumps quickly to the next app and asks for the user inputs.
The idea of showing all the results after the execution of final app does not seem to be the solution of my case.
Any ideas?