Hi,
I have a data view listening to data-grid, so whenever data grid selection changes, the data-view change to reflect the latest selection.
Now, I have an "on enter" microflow handler to change one of the data-view text input fields according to some criteria. And to refresh the client with the updated value, I set the "Refresh in client" option of the "Change object" activity to true.
The problem is that whenever the microflow executes, I lose the data grid selection and the data view becomes empty.
How can keep the original data-grid selection after updating a data-view field inside a microflow?
Note: I can't commit to the database at this stage of the page lifetime, I can only commit when the "save" button is pressed.
Thanks