Refresh in client of change action

7
If a microflow has multiple change actions with the property 'Refresh in client' set to true, will the client be refreshed every time, or will the microflow engine join these refreshes in a single refresh action.
asked
1 answers
7

Similar refreshes will be joined into one refresh.

So equal object refreshes, that is for the same id, (in a dataview) will result in one "retrieveId"-call and equal class refreshes, that is for the same metaobject, (in a datagrid) will result in one "retrieveXpath"-call.

answered