SalesForce Activity for Insertion activity’s output SalesForceStatus object is not returning any message on Success
The Object has three properties Success, Message and ErrorCode.
When the success is returned as true the errorCode is blank which is acceptable but the Message should return the SalesForce Id of the inserted object the test values panel returns the ID in message as expected due to which i have a overhead of using Execute SOQL to fetch the last inserted value’s ID.
Could anyone help with this as the test values panel returns the ID in message but not while actually performing the insertion?