Notifications
Announcements
Action: If Condition: %Contains(objectX, "keyY")% Operation: Equal to (=) Second operand: True
Action: If Condition: %Contains(objectX, "keyY") AND objectX["keyY"] <> $null% Operation: Equal to (=) Second operand: True
First operand: %Contains(objectX, "keyY") AND objectX["keyY"] <> $null AND objectX["keyY"] <> ""% Operator: Equal to (=) Second operand: true
# Initialize variable VARIABLE %KeyExists% VALUE: False # Try block BEGIN TRY SET %TestValue% TO %objectX["keyY"]% IF %TestValue% <> $null THEN SET %KeyExists% TO True END IF END TRY # Catch block BEGIN CATCH SET %KeyExists% TO False END CATCH # Use in condition IF %KeyExists% = True THEN # Key exists and is not null END IF
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
trice602 378 Super User 2025 Season 2
David_MA 273 Super User 2025 Season 2
Expiscornovus 135 Most Valuable Professional