Is there a way to access the data fetched and made available through the CRM data components that don’t require explicit, separate use of the APIs?
For example: I have a CRMAssociationPropertyList component rendering the names of all associated Companies for a given record. I want to access that data within my React component, send it to a serverless -> 3rd party db.
Is this possible, currently?