In LWC xml file <?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Flight Filter LWC</masterLabel>
<targets>
<target>lightning__AgentForceInput</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__AgentforceInput">
<targetType name="c__flightFilter"/>
</targetConfig>
</targetConfigs>
</LightningComponentBundle> In this file i am getting error like below Value 'lightning__AgentForceInput' is not in the enumeration list. It must be one of the following: - lightning__AppPage - lightning__HomePage - lightning__RecordPage - lightning__UtilityBar - lightning__FlowScreen - lightning__Tab - lightning__Inbox - lightningStatic__Email - lightningCommunity__Page - lightningCommunity__Page_Layout Can someone help me in sorting out
Hi, sorry for the inconvenience. If you don't receive a response here, we recommend reaching out to our support team for further assistance. You can do so by visiting https://help.salesforce.com/s/articleView?id=000393090&language=en_US&type=1