We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exists checks to determine if the target object has a specific field/ property.
Exists
Currently Exists accepts an array of fields, however only perform a logical or. i.e. only one field needs to exist to pass the condition.
Add an additional switch -All to require all fields to exist to pass the condition.
-All
The text was updated successfully, but these errors were encountered:
Added -All option to Exists keyword #331
adeaf01
f2c9efc
Added -All option to Exists keyword #331 (#335)
c2f3ffd
Fixed Exists help and function stub #331
180436c
Fixed Exists help and function stub #331 (#336)
4ec4b3e
BernieWhite
Successfully merging a pull request may close this issue.
Exists
checks to determine if the target object has a specific field/ property.Currently
Exists
accepts an array of fields, however only perform a logical or. i.e. only one field needs to exist to pass the condition.Add an additional switch
-All
to require all fields to exist to pass the condition.The text was updated successfully, but these errors were encountered: