Back to Kinetic Platform Integrations
Kinetic Request CE Cascading Attribute Value Retrieve
Handler
·
Version 2
Kinetic Request CE Cascading Attribute Value Retrieve
About
Retrieves a submissions values, it's forms attribtues, kapps attributes, and spaces attributes. Attributes and Values are returned as something like this:
Matched Context:: Kapp Attribute
Value:: Service Submitted
Configurations
Name | Description | Sample |
---|---|---|
api_server | Kinetic Request CE API Web Application | http://server:port/kinetic |
api_username | Username for an account that has permission to use the API | |
api_password | Password for the API user | ********* |
space_slug | The space slug (can also be set as a parameter). | |
enable_debug_logging | Enable debug logging if the value is set to 'Yes'. | No |
Parameters
Name | Description | Sample |
---|---|---|
Error Handling | Determine what to return if an error is encountered. | Error Message |
Start Context | The lowest level to search. Should be one of Submission, Datastore Submission,Form,Datastore Form,Kapp,Space. If Submission, only a Submission Id is needed. | Submission |
End Context | The highest level to search. Submission, Datastore Submission,Form,Datastore Form,Kapp,Space. If Submission, only a Submission Id is needed. | Space |
Property To Find | The Name of the Field/Attribute to search for a match. | Notification Template |
Backup Value | If no Field/Attribute value is returned, use this value | Service Submitted |
Space Slug | The Slug of the space to find attribute values in (defaults to info value if not provided). | |
Kapp Slug | The Slug of the kapp to find attribute values in. Not required for Datastore Form Start/Stop Context | |
Form Slug | The Slug of the form to find attribute values in. | |
Submission Id | The id of the submission or datastore submission to find values in | <%= @submission['Id']%> |
Results
Name | Description |
---|---|
Handler Error Message | Error message if an error was encountered and Error Handling is set to "Error Message". |
Matched Context | The Context for which the value was found (Space / Kapp / Form Attribute, Submission Values or the Backup Value) |
Value | The Matched Value Found and Returned |
Changelog
Kinetic Request CE Cascading Attribute Value Retrieve V2.2 (2019-01-15)
- Added ability to use Datastore Submission or Datastore Form as Start/Stop Context (No Kapp Slug is required when using Datastore Form/Submission Start/Stop context)
Kinetic Request CE Cascading Attribute Value Retrieve V2.1 (2018-05-25)
- API Server Info Value changed to allow ${space} in the url for subdomain support (ie. https://${space}.localhost:8080/kinetic)
Kinetic Request CE Cascading Attribute Value Retrieve V2 (2017-08-18)
- Removed menus from start and end contexts to allow values to be passed in as variables (from routine input)
Kinetic Request CE Cascading Attribute Value Retrieve V1 (2017-02-18)
- Initial version. See README for details.
Download
GitHub
On This Page
Other Versions
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform.
Check it out
Return to Top