...
In the SOQL query, refer to fields and objects using their names or API names as they appear in Salesforce. The resulting data sources use the corresponding labels for those fields and objects. For example, use NVMContactWorldVCCContactWorld__ACD__c
in the SOQL query to return the value of the ACD field on a task (task
) record. The corresponding data source is named Task|ACD.
...