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
Sachin Bhalerao 17Sachin Bhalerao 17 

How to use lightning page in Lightning App Builder

Dear Team ,

Greetings !!! 

I have created Lightning page . I am unable to call this Lightning Page in any Lightning App. Plz suggest some solution.

Thanks & Regards
Sachin BhaleraoLightning Page Image
a sangeetha 5a sangeetha 5
Hi Sachin,

Please find the solution below,

You need to implement the interface for the lightning page to support using the component in the desired context. For example, when you choose the Lightning Page configuration, your new component includes implements="flexipage:availableForAllPageTypes" and access="global"

The below link will walk you to Configure Components for Lightning Pages and the Lightning App Builder
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_config_for_app_builder.htm
User-added image

Kindly mark this as solved if it's resolved so that it gets removed from the unanswered queue.

Thanks,
Sangeetha A