Open record from Salesforce Flow
Salesforce Lightning Web Component lightning/navigation can be used to open a record from Flow. HTML: <template> </template> JavaScript: import { LightningElement, api } from 'lwc'; import { NavigationMixin } from ....