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
Ashley DolanAshley Dolan 

How to pass parameters to and call a VF page from invocable apex?

Hi,

What I am looking to achieve is the following, I want a user to select specific assets within a flow, have these assets pass to some invocable apex and this process them and pass the list and the account to some visualforce which will then create a PDF attachment on the relevant account.

I am happy that the first part is working fine, getting the assets into the invocable apex but its the calling of the VF page with my already created variables that I am having an issue with. 

Any assistance would be greatly appreciated.

Ashley