How Can I know if a nxql query in an automation chain returns a not null document?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2013 06:37 PM
Hi, I want to know if the Query operation in automation chain returns null when document is not found. Also how can I validate in next operation if the document exists, get its metadata or if this is null do anything.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2013 09:44 AM
A query returns a list of documents, so if nothing is found the list will just be empty. No null
will be returned.
