Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am storing the Salesforce Ids into a tHashOutput after an inserting.
I use the tHashOutput later when inserting Contacts into Salesforce.
Then I want to use the same tHashOutput when I am inserting Opportunities into Salesforce, but I cannot connect the tHashOutput to the tMap.
How can I use the tHashOutput twice?
tHashOuputs are for loading data into memory. To retrieve the data you need to use a tHashInput. The schemas must be the same (between the output and the input) and you will need to set the "Component list" drop down in the tHashInput to be the name of the tHashOutput that you want to refer to.
tHashOuputs are for loading data into memory. To retrieve the data you need to use a tHashInput. The schemas must be the same (between the output and the input) and you will need to set the "Component list" drop down in the tHashInput to be the name of the tHashOutput that you want to refer to.