selectiveAttributes Block
Last updated
Last updated
This Block can be placed inside documentsSourceAddon. This will filter attributes (option field) in documents returned by documentsSourceAddon.
Property Name | Description | Example | Status |
---|---|---|---|
Tag | Unique name for the logic block. | selective_attributes_addon | |
Permissions | Which entity has rights to interact at this part of the workflow. | Registrant | |
Default Active | Shows whether this block is active at this time and whether it needs to be shown. | Checked or Unchecked | |
Stop Propagation | End processing here, don't pass control to the next block. | Checked or Unchecked | |
On Errors | Called if the system error has occurs in the Block | - No action - Retry | |
Attributes | Array of attributes to select | "attributes": [ { "attributePath": "status" }, Note: If value is empty no attributes will be selected and field option in returned documents will be empty. |