function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SambitNayakSambitNayak 

Lightning App Builder Page - Access from LWC

Hi All,

I want to navigate to a Lightning App Builder Page from my LWC. I dont want to hardcode my URL.
I'm using NavigationMixin but not sure how to pass the API name of my Page.
Any help is appreciated.

Thanks
AnkaiahAnkaiah (Salesforce Developers) 
Hi Sambit,

Refer the below link have solution for similar kind of ask.
https://salesforce.stackexchange.com/questions/326792/can-you-navigate-to-a-record-detail-app-builder-page-if-the-view-action-has-been

Thanks!!