Testing Get URL Parameters
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.
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.