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
Andrew Taylor 13Andrew Taylor 13 

Reference Custom Setting in Lightning App Builder

I am adding a managed package's Lightning Component, which allows record ID values to be passed as attributes of the component.

I want to store the ID of a record in a custom setting and reference that in the Lightning App Builder (e.g. $Setup.My_Config__c.My_Attribute__c) in the component's attribute field, however, the value does not get passed through.

I have tried variations with wrapping this in {} and [] but with no success. Any advice?

Raj VakatiRaj Vakati
I dnt think you can refer this the Custom Setting Directly in the Lightning App Builder .. 

You can able to pass the record id directly Lightning App Builder and you can change any time insted of keeping the  custom setting  and refering