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
SFDC n12SFDC n12 

visual workflow help needed

Hi,

I am having a following scenario for which i need help on it,


I am having a visualforce workflow , where i have certain questions to be filled by the user ( like a survey) after entering all the questions when user clicks on next the thank you screen appears

my requirement is i want to populate all the questions entered in the previous page in the last  final page as a read only mode.


can i achieve it by flow itself ( if yes how can i do it)

Kindly help me on this regard

Thanks in Advance
KoenVMKoenVM
hi,

Yes you can do this.
In the last screen, the thank you screen, just add a "display text" component. (or use the one you already have)
Then, you can use any of the variables from your previous screens like this. (imagin that "testtt" was a field entered in a previous screen)

So you reference the variables like this : {!name_of_variable}

User-added image