How to check if the association is new

0
Dear All,     I want to check the if the association is New and trigger different logic in microflow. However when I check in microflow it allow only if the objects only new and not the Association. Is there a way to check if the association is new in microflow?     Thank you Sandip
asked
1 answers
3

If I’m understanding correctly, you could use the “memberHasChanged” java action in CommunityCommons. For item, point to the object, for member, use the association name (including module name, like ‘Module.Object_AssociatedObject’).

answered