Form (Get Url Parameters)

use the documentation below to retrieve url parameters and assign to flow attributes


Testing Get URL Parameters

Faiigook804W000008PXY1QAO
No input rendered: Field "Net_Worth__c" not found in response.
No input rendered: Field "npe01__Preferred_Email__c" not found in response.
No input rendered: Field "npe01__PreferredPhone__c" not found in response.
Fam554ajof4W000008PXY1
Falk87gl7c4W000008PXY1

Form (Get Url Parameters)

Pass parameters from a URL into your Flows using the Form (Get Url Parameters) screen component. Users can drop this component onto a flow screen. When the screen loads, valid URL parameters are retrieved and assigned to output parameters. Users can use these parameters for pre-filling forms and record lookups.

Documentation

This component utilizes the URL interface to retrieve individual query parameters found in the search/URL string. When a flow screen with this component is loaded, this component searches the URL to find parameters and returns them in output values for use within the flow.


The following parameters are valid for this component. They map the specified output variables below.


  • pv1 --> Parameter 1
  • pv2 --> Parameter 2
  • pv3 --> Parameter 3
  • pv4 --> Parameter 4
  • pv5 --> Parameter 5
  • pv6 --> Parameter 6
  • pv7 --> Parameter 7
  • pv8 --> Parameter 8
  • pv9 --> Parameter 9
  • recordId --> recordId
  • submissionId --> submissionId
  • interviewId --> interviewId

The following example utilizes the pv1 and pv2 parameters to set values within a flow resource. Search parameters add to the URL by appending "?" followed by the parameter name. Separate parameter key/value pairs with "&."


https://commonunite.force.com/s/form-get-url-parameters?pv1=Marc&pv2=Benioff


Important Note: this component automatically navigates forward by triggering the NEXT action within the flow. We recommend that this component is the only component added to the related screen. Furthermore, we recommend disabling the screen's header and footer.

Logo2png