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
Zander ZumbrunnenZander Zumbrunnen 

How do I set a lwc property with lightning app builder

Hello!

I am trying to pass a field value to a lightning web component using lightning app builder, similar to how you would do the same with dynamic variable in a screen flow.

Currently, I am having trouble with syntax.
I have tried {!$Record.Id} for testing and that doesn't quite work.
This is not the real Id I am trying to pass so the normal @api recordId does not quite work in this situation.
I need something like {!$Record.LookupField}
 
I'm really hpoing this is possible. Thanks in advance!