isSynced in visibility condition

0
We have an icon in our overview page with a conditional visibility on isSynced($currentObject). It should be false. The icon should only show for items that are not yet synced. When we create and save a new object, we use a nanoflow with a synchronization activity. However, when we return to the overview, after successfully completing the nanoflow, we see the icon for the new object.  The icon dissappears after we trigger a manual synchronization. But it shouldn't have been visible at all. What could be wrong here? What am I missing? Thanks!
asked
1 answers
0

Just for the record and future forum searchers.  Releasenotes 7.23.4

  • We fixed an issue where the isSynced expression was not up-to-date after synchronizing. (Ticket 80709)
answered