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
Jessica HousemanJessica Houseman 

Append a page ID from Flow button to field on flow

I have a flow that I would like to be used through a button on my custom page called "Liaison/Coding".  When the button is opened up I would like the ID from the originating Liaison/Coding page to be inserted into the field of my flow called "liaison coding page name.  I want the page it is creating within my flow which is the "month end" custom object , to be linked back to the parent page "liaison/coding" where the button was clicked. 

 

I do not have much experience with Flow or Visual Force pages so any help on developing this process would be so helpful.

 

Thanks:)

SfdcStevenSfdcSteven

You should be able to create a Flow variable for your ID and pass it in as an HTML parameter on the Flow link itself.

See further 

 

-Steven