function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Julio HernandezJulio Hernandez 

Flow populate fields from url

Hi,

I have a flow that I want to populate with a URL ex: 

https://umasslowell--umlfullsbx.cs53.my.salesforce.com/flow/ADM_Call_Center_Intake?First_Name=test

I put the varible's unique ID after the question mark and I am having no luck populating the field. Any suggestions?

Thanks,
-Julio Hernandez
Best Answer chosen by Julio Hernandez
Julio HernandezJulio Hernandez
Created variables that where defaults on the textbox fields...these varibles where then given the value from the URL

All Answers

NagendraNagendra (Salesforce Developers) 
Ji Julio,

May I suggest you please post the complete code snippet of what you have done so far so that we can understand better of the requirement and help you accordingly.

Also please refer to the links below which might help. Thanks,
Nagendra.
Julio HernandezJulio Hernandez
Hi Nagendra,

There is no code with this issue, It is a visualFlow I am trying to populate. User-added image

I want to populate the field First_Name with the value 'test' from the URL.
https://umasslowell--umlfullsbx.cs53.my.salesforce.com/flow/ADM_Call_Center_Intake?First_Name=test

Thanks,
-Julio Hernandez
Julio HernandezJulio Hernandez
Created variables that where defaults on the textbox fields...these varibles where then given the value from the URL
This was selected as the best answer