Question on progressBarField and chaining

Certified Lead Developer

I have a process that is copying data to the DB on the back end, I would like to show the progress in data being copied using a progressBarField.
This way I can have the user wait on the form, without breaking the chaining as well.

I can do it using some refresh button to get the status (%) of data copied, but I want this to be auto refreshed to show the real time data without user intervention on the form.

What would be the best way to accomplish this?

Thanks
Manish

OriginalPostID-205300

OriginalPostID-205300

  Discussion posts and replies are publicly visible

Parents
  • Hi Manish .. Did you find any solution for this ? We have a similar usecase to display a live report dashboard which should auto refresh in an interval so that recent data can flow through the report ..

    Tried few things like calling the report rule from a task and
    1. adding timer exception flow (but chaining was not possible) and redirecting flow to the same task
    2. adding escalation and reassigning the task to same user after 1 minute. Task got reassigned as I checked in history but form did not show recent data.

    There may not be any OOTB feature to do this but it would be great if someone suggests a good workaround to achieve this.
Reply
  • Hi Manish .. Did you find any solution for this ? We have a similar usecase to display a live report dashboard which should auto refresh in an interval so that recent data can flow through the report ..

    Tried few things like calling the report rule from a task and
    1. adding timer exception flow (but chaining was not possible) and redirecting flow to the same task
    2. adding escalation and reassigning the task to same user after 1 minute. Task got reassigned as I checked in history but form did not show recent data.

    There may not be any OOTB feature to do this but it would be great if someone suggests a good workaround to achieve this.
Children
No Data