Retrieves dollar amounts from a block of text
This Wrk Action divides. For more information on divides please visit our article explaining Divides.
Common use cases
Data Management
Application
Text
Inputs (what you have)
NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
Text | The text from which the dollar amounts should be retrieved | Text | Yes | "The cost of the new technology is $10,000" |
Maximum number of results | The maximum number of results to be shown | Integer | No | 10 |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
Dollar amount | The dollar amount retrieved from the text | Number | Yes | 10000 |
Outcomes
NAME | DESCRIPTION |
Success | This status is selected if the dollar amounts were successfully retrieved from the text |
No Result | This status is selected in the event of the following scenarios:
- No content retrieved from the provided text |
Unsuccessful | This status is selected in the event of the following scenarios:
- The content is not provided |
Requirements
N/A