linking two widgets( trigerring the update from one widget to another)

0
i have a CustomString widget that displays the title and the count of the objects in Entity’A’. I have a save button that adds an object on Entity’A’ each time it is clicked.  i need to have this Count next to the title updated or refreshed everytime i click on the save button. This is a microflow to the CustomString Display: This is the microflow for my save button: This is my UI:  
asked
1 answers
0

When you update the count in the entity, use the option “refresh in client” on that entity to update the client side where this attribute is used. Latest value will be displayed there.

answered