Hi all!
in my current project i need to call function but only for specific instance of an object.
The thing i do to that is
Cdt= pick object with where object.variable = 1
action => Call function
But when the function is call, it work on all the instance of the object and not only the instance with the object.variable =1