Data vanishing in data grid2

0
I am using a data grid2 where I am getting the values from a microflow. Currently there are 4 columns in the microflow. Among the 4, for one column value is retrieved from the microflow entity itself. For other 2 columns, values are being retrieved by association. For the next one column, I am retrieving an entity using a separate microflow. In that microflow, a constant is being used to retrieve the data based on XPath. Values are fetched correctly. But in the UI, when I try to click on any button in the page and close it, the data in that particular column is not visible. Again if I move to any other tabs or refreshes the page, the data is visible again. Is there any idea to resolve this data grid issue?
asked
2 answers
0

Hi Nesika, 

Seems like you are refreshing the object when navigating through the pages. 

 

It would be helpful if you can share me some screenshots so that I can help you with some logic

answered
0

Hi Nesika,

 

Are you using in the 4th column(the xpath) column, Parameters of Column 1 ?

If so, you could try to make a conditional visibility on the Microflow of Column 4. This microflow should only be triggered if the objects of Column 1 arent empty.

 

I assume, that your 4th Column is empty because of an empty paramater.

Check also the configuration "refresh time in Seconds" in your Datagrid2.

 

If this suggestions above doesnt help then the reason could be a wrong refresh in on of your Microflows.

 

Hope this Helps,

Best Regards

answered