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…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 478 Super User 2025 Season 2
Tomac 247 Moderator
abm abm 231 Most Valuable Professional