Hi Kazuki Abe,
Method 1: Check if the data view and data grid were not belong to any kind of relations. because in page only one source can be given as parameter, I think in your case if u use 2 data containers with 1 source , the missing of attribute values might occurs. to solve this create a object and pass it directly to page.
Method 2: In microflow ensure that all the manipulated data’s are commited at last of the flow and enabled refresh in client. the missing of data means that the page parameter will be having those attributes has void. check this once , if it not worked update the question with Screenshots how you approached..
So the reason your data grid isn't updating when running a flow in the queue, is that the queue does not have a “client” to refresh – it's running in the background (on the server)
If you want something like client refreshes for a process that the user didn't start themselves, you can use one of two methods:
Depending on your use case, one or the other might be better.