html widget even not fully functional

0
I have an html widget and a data view which on select/onclick of the widget Item the widget would call a microflow that returns a list of data but that list of data is never refreshed on the dataview side even though I am populating it using the same micro flow assigned to the click event of the widget. not sure why the screen can't refresh with the data the micro flow is returning. 
asked
1 answers
0

Hi Kaelo,

 

Your list view and widget should be in a parent data view with some context object. Logic should be;

1. Place a data view which returns the context object

2. Place the widget and list view/data grid inside the above data view

3. In on click microflow of the widget, you have to refresh the context object. 

 

Hope this helps. If this is not your intended logic, please elaborate the logic.. 

answered