Is there a tag or label widget that can get added via microflow to objects in a data grid?

0
Ideally, I would like a badge or label that gets automatically added when data changes or updates via microflow and then the badge gets removed when the user visits the object page.
asked
1 answers
1

Matthew,

Adding  labels can be accomplished by adding  a tag entity that is associated to the entity you wish to tag.  Then, in microflows or event handlers, when the entity changes, you can add tags to the associated entity.  If you then open the object page using a microflow (instead of open page buttons), you can check the tags and remove them before opening the page.

Hope that helps,

Mike

answered