ParamUrlExtractor

Description

Returns a value addressed by a parameter of the URL provided as a string. A new column is created for the results.

An example where this function may be useful is when API calls require parameter values.

Use

  • Argument:
    • Select an argument. (String) 
  • Output field name:
    • Enter an output field name.
  • Param:
    • Enter the param element name.

Example

String valueParam valueParamUrlExtractor() returns
https://www.automationhero.ai/test/?p1=123&p2=456&p3=789p1123
https://www.automationhero.ai/test/?p1=123&p2=456&p3=789p2456
https://www.automationhero.ai/test/?p1=123&p2=456&p3=789p3789

Type

Formulas