How to pass data from Salesforce Lightning Web Component to Flow?
role="outputOnly" should set in the property tag for the targetConfig targets="lightning__FlowScreen" tag to pass data from Salesforce Lightning Web Component to Flow. Sample Lightning Web Component: HTML: <template> <lightning-card> <lightning-datatable ....