I have a dataview for an entity, I change a field in it, but do not save it.
After this I start a search from the same page which shows the results in a popup. The microflow of the search performs a retrieve from the database.
In the list with results a see the entity with the unsaved changed value.
Since I did not saved it, I was expecting the orginal value and not the unsaved changed one. Do I need to explicitily refresh before the search or something?