I am working on a CRM/USD project (CRM 2016 on-premise with USD 2.2). I have a request for which I need to check to see if a hosted control already exists before using it in an Action Call.
I have tried things like [[hosted control name]] == "" or [[hosted control name]] == null (with and without the "+" and "g" keys) but none is working.
Any help is appreciated.
In your condition, use double quotes, the '+' modifier, and the hosted control parameter that indicates whether the control is "open" or "closed", which is "HostedControlStatus".
It should look something like this: "[[Hosted Control Name.HostedControlStatus]+]"=="open"