Parses XML using standard XPath expressions.
If no matches are returned, or the matching text is blank, null
will be returned to the workflow.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
XML Source | FDP_SOURCE | Yes | XML Source to parse |
XPath Expression | FDP_XPATH | Yes | The XPath expression to use to find a value in the XML Source |
Outputs
Output Name | Required | Description |
---|---|---|
FDP_Value | No |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
If multiple nodes match the criteria, they will be returned in comma-separated format, enclosed by square brackets.