Skip Declare Expression calculation based on condition
Is it possible to skip Declare Expression calculation based on condition?
E.g I have property ".AccountNumber" and I want have it recalculated by DE only if ".Type" != "Other". I tried to avoid using conditions inside of DE and otherwise condition with ".AccountNumber" = ".AccountNumber", but such circular references are not supported
***Edited by Moderator Marissa to update platform capability tags****