Hi Team,
Was looking for a solution to attain a result based on value of other attribute.
Scenario - Consider having below attributes :
Name - Chetan
Full Name - Chetan
I need a result in an attribute called "Result" with a logic as below.
Attribute (Result) should have value as
- "True" if value of 'Name' & 'Full Name' are same
- "False" if value of 'Name' & 'Full Name' are not same
------------------------------
Chetan P
Freshworks
------------------------------