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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 557
Valantis 328
David_MA 264 Super User 2026 Season 1