Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use Subquery in tSalesforceInput component

Hi, Can i use a subquery in tSalesforceInput component to extract Account along with its Contacts. For Example -(select id, Name, (select id, FirstName, LastName from Contacts) from Account) and what should be the Schema defined in the component to read all the Contacts related to a particular Account.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi 
You need to extract data from the two modules and do a join on tMap.


Regards
Shong