Datatable - Related Object field in Table
I'm trying to bring in an attribute from a related record (via normal Lookup) to the main object that my datatable is based on, but the selection obviously doesn't extend there and typing in the '.' format that works normally in Salesforce results in the component erroring on render with the classic "Could not find the field: Account.Name on the object Contact"
Am i missing something basic here? Seems like this should naturally be available...?
Only the fields on the record collection being passed to the component are available.
You can create an Apex Defined collection with all of your values or you can add a formula field to your original object.
On Thu, Aug 10, 2023 at 1:16 PM Anthony Suda @.***> wrote:
I'm trying to bring in an attribute from a related record (via normal Lookup) to the main object that my datatable is based on, but the selection obviously doesn't extend there and typing in the '.' format that works normally in Salesforce results in the component erroring on render with the classic "Could not find the field: Account.Name on the object Contact"
Am i missing something basic here? Seems like this should naturally be available...?
— Reply to this email directly, view it on GitHub https://github.com/alexed1/LightningFlowComponents/issues/1444, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4UHX5H7C5BA72UOJBR4BDXUUJO7ANCNFSM6AAAAAA3LZ55HI . You are receiving this because you are subscribed to this thread.Message ID: @.***>