Refresh pivot table after data change

0
Hi all, I created a pivot table to show my data and through an OnCellClick event, I managed to change the data that is in a cell. I still have one issue, which I can't seem to figure out. I want to refresh the widget after editing the data.  A normal page refresh wouldn't work, because I have the widget listening to a list view. Is there a way to refresh just the pivot table widget within a microflow? Maybe through a custom java(script) snippet? This is the screen I'm talking about:
asked
3 answers
1

The widget allows you to set an association to the context object from the onclick object. That way, you can easily retrieve the context object and force an update with refresh in client on it. Be sure to configure the widget to reload data upon context object change.

answered
0

Can you refresh the object, shown in the ListView?

answered
0

Is it possible to get the cell data in a microflow?

answered