Skip to main content

Retrieve dollar amounts from text

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)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
TextThe text from which the dollar amounts should be retrievedTextYes"The cost of the new technology is $10,000"
Maximum number of resultsThe maximum number of results to be shownIntegerNo10

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)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Dollar amountThe dollar amount retrieved from the textNumberYes10000

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected if the dollar amounts were successfully retrieved from the text
No ResultThis status is selected in the event of the following scenarios:- No content retrieved from the provided text
UnsuccessfulThis status is selected in the event of the following scenarios:- The content is not provided

Requirements

  • N/A