Hello Everyone,
I have a question?
I need to hide a field in page layout if I select specific value from picklist field component in flow.
Eg. if I select specific value from
Status picklist component then other field in page layout lets suppose Opportunity name gets hide out/not visible . How can we do that ?
It's not possible to directly control the visibility of a field on a standard Salesforce page layout based on a picklist selection made within a Flow.
Standard page layouts don't support dynamic interactions with Flow inputs. To achieve conditional field visibility, consider using Dynamic Forms, assigning different Record Types with tailored layouts, or developing custom Lightning components.
Refer:
https://www.youtube.com/watch?v=9jT_2rMFp3U
https://help.salesforce.com/s/articleView?id=platform.fields_about_dependent_fields.htm&type=5
Thanks!