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
SambitNayakSambitNayak 

Unable to add a conditional flow screen

Hi,
I have a requirement where I need to create a flow screen based on the value selected from previous screen.
Example: In the country dropdown, I selected 'USA', and click next, it will take me to screen A. If I select 'India', I will go to screen B.

Thanks in advance
ShivankurShivankur (Salesforce Developers) 
Hi Sambit,

You could make use of variable value selected in previous screen and based on the value use a decision element to pass for the next screen components in the flow.

Please check out below link which would guide you on how to retain value selected in previous screen:
https://www.linkedin.com/pulse/retain-previously-entered-values-flow-builder-screen-gidi-abramovich/

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.