Comparing a custom property to another custom property

I have two custom properties named the following: custom.ConfigurationItem and custom.AutoTaskAccount. I want to do a comparison on these by saying “If the custom.ConfigurationItem.AccountID does not equal custom.AutoTaskAccount.id update the ConfiguratoinItem’s active account to the AutoTask Account”

How can I do the comparison on these?

I have uploaded an image of the following issue, as you see I can not directly access the custom property on the right hand side of the expression.

The expression builder does not support curly braces {{ ... }}. Instead, “lock” the field on the right and then select custom.AutoTaskAccount.id.

1 Like