Passing URL Parameters or Query Parameters to Salesforce Lightning Web Component Tab
1. Create the below Lightning Web Component for a Tab. HTML: <template> <iframe src={strURL} width="100%" height="100%"></iframe> </template> JavaScript: import { LightningElement, wire } from 'lwc'; import { CurrentPageReference } from ....