Skip to main content
Version: 2.13

Url Params To Map

Convert a string of URL params to a Map

Description​

Convert a string of URL parameters to a Map.

Values in the map are of type String. They are decoded from their URL encoded form.

Inputs​

  • Control Flow (Control Flow)
  • URL params (String): The URL parameters

Outputs​

  • Control Flow (Control Flow)
  • params map (Map): The parameters Map