You need to sign in to do that
Don't have an account?

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
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
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!!