Query while using an entity

0
Hi, I am working on project where i need to modify an entity multiple times save it and use it again. how to achieve that?  
asked
3 answers
1

You can use microflows on the onchange events and commit the entity you need to save it.

answered
1

Seems obvious: save the entity using the save button, the activity ‘Change object’ with commit and refresh-boxes ticked, or the activity Commit Object and then refresh your data. Since it seems obvious, you probably ran into a problem. Where do you get stuck?

answered
1

Hi,

While changing the object, you can commit the object as well as mark yes in refresh in client in commit object activity.

 

answered