Refresh section from activity
Greetings, Im working on progress bar, the value of progress bar is being updated through loop in activity. I need to refresh the section to update the value of progress bar for the user every single time it chages. I tried to use OOTB activity "ReloadSection" providing params StreamName: SectionName StreamClass: Rule-HTML-Section bClientValidation: true
Activity executes without any fails\warnings but section does not refresh. Also I made a try to invoke ReloadSection using JavaScript pega.u.d.reloadSection(pega.u.d.getSectionByName(sName,"",""),aName,'', false, true, '-1', false); result is the same ( no fails, section did not refresh)
What am I doing wrong?