Description
Having an issue specifically with the quickchoice where if I use conditional visibility and required at the same time and when the component is not visible it is still coming up as required
This contradicts the documentation: Screen input components hidden by conditional visibility aren’t required when a user runs the flow, even if Required is set to {!$GlobalConstant.True}. When the component appears to the user, it’s treated as required.
https://help.salesforce.com/s/articleView?id=sf.flow_considerations_design_conditional_visibility.htm&type=5
How is the required attribute being applied in this custom component? Is this something salesforce exposes or is this a custom thing developed for quickchoice and that is why the expected functionality is not matching documentation
Screenshot examples: