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 

Flow help needed

Hi,

I am having a visualforce workflow which is a questionnare part

I  am having a formula field for each question to check if the status is "Qualified" or " Unqualified" based on the answers enteres by user for each question 


In the last page of my visual workflow i am having "Display section" where i have called each questions with the answers and the status ( i have used the formula)

My requirement is i want to have 2 sections which would display the questions for qualified in one section and another section to display the unqualified questions

Right now i am displaying both the "Qualfied" and "Unqualfied" in a single section itself, not sure how to seperate it

Kindly help me how to achieve this in Visual workflow

Thanks in Advance

Gooch ForeverGooch Forever
Hi SFDC n12

This is possible to separete the to list "Qualfied" and "Unqualfied". Before that I need to check your Code of both class and vf page.
SFDC n12SFDC n12
i am not using a VF page or a class , I am using only a Visual workflow , I want it to customize it in flow