Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I'm hoping someone will be able to help me.
I am trying to transfer content version from one Salesforce org to another.
I have configured the job to pull all the correct field, but the VersionData field is Base64encoded in the new system.
To remedy this, I added a tJava component and tried to decode it, however it seemed like the updated value was not being pulled across.
To test this I changed the title and body to null (as shown below in screenshot), but its still sending over the title and body from before the Java row.
Does anyone have any idea why its not taking the new values I pass over?
Hi,
You should leverage a tJavaRow or tJavaFlex as tJava is only executed once at the begining of the flow and cannot see the data from salesforce whereas tJavaRow or tJavaFlex are executed for each row of data.