Is there a way to show the progress of a loop in the data app? I have an app that will iterate over 15 items and i want to show when an iteration is finished.
I can put a component inside the loop, but this results in a data app where the user has to click next every time an iteration is finished.
If I put the loop in the component, the entire loop has to be finished before something is shown. My app goes from 0%→ 80% and stays 80% for 10 minutes without the user knowing wat the app is doing. It would be nice to have a component that is updated during the loop or a component that will go automatically to the next step, without the user clicking on the next button, when finished.
Hi,
Thx for the reply, but I already read those topics. They are not a solution for my problem.
I want data app users on the business hub to view this progress. They don’t have access to a console or the workflow. They can only see the ‘wizard’ like datapp.