Hey João,
You can create a helper entity to help you update Data Grid 2. Place Data Grid 2 inside a Data view with the helper entity object, and within the microflow, use this object as a parameter.
At the end of the microflow, you change the object and apply the refresh in client. This way, the grid data will also be updated.
Best Regards,
Ricardo Pereira
Hi Joao,
To refresh just the data grid without reloading the entire page in Mendix, you have a few options:
Use 'Refresh in Client' on the Data Grid's Data Source: If the data grid is inside a data view with a context entity, 'Refresh in Client' on the data view might not refresh the grid because the grid's data source might be a list retrieved by a separate XPath or association.
Instead, try adding a Refresh in Client action directly on the list or the data grid's source entity after the microflow finishes.
Regards,
Saqlein