Question
Software Institute
GB
Last activity: 6 Jul 2022 6:42 EDT
Showing activity progress by refreshing a section repeatedly
Evening all,
I am bulk updating multiple cases, however the time taken after submission is long. The activity governing the process has a loop which repeats for each case being updated. Once all are updated, the loop is exited and the activity concludes. I have a data transform within the loop which increments an integer property from 0-the number of cases processed. This end tally is visible in the ui section once processing is complete. I want to make it so that the tally visibly rises in the ui as each case is processed, ie in the loop a refresh section strategy is employed, so that the user can see how many cases have been processed live. However, all my efforts have failed this far. Any idea how to accomplish my goal? Thanks for the help.