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
GÜNES AdminGÜNES Admin 

How to source same data into multiple LWC on the same page?

I have a custom object (OBJ_X). On its Lightning page, I placed a LWC (Workflow_Panel) which successfully gets the RecordId and does a "Wire" operation and sources multiple data field values from OBJ_X. This all works as expected.

I created a second LWC, placed on the same page, which also needs to use data from the same OBJ_X record (actually it needs just one field value called "Stage").

This second LWC is not able to do the same Wire operation. It captures the RecordId of OBJ_X but nothing else. It will return blank values.

Many thanks for all help!