Hi, I use the “Export to Salesforce” action a lot, which currently, following a correct insert of the record, makes the row disappear while leaving the rows where there has been some error highlighted.
Since I also use this feature via API, I am aware that Salesforce, following the insertion of a record, immediately returns the id made up of 15 or 18 characters it has just created. Wouldn’t it be possible to integrate a similar feature, so that it is then possible to use those same IDs to insert child records on other objects without having to redo a query?
If you select the error handling mode “Return a list of rows that failed to export”, the behavior described will occur. However, if you leave the default mode, the result of the action will be a dataset with the inserted records’ IDs.
Hi Olysak,
unfortunately I do not verify the behavior you described
if I flag the first option, the Id column does not appear and the rows remain as they are, with the data ready to be written (however, the writing is successful).
If I select the second option, which shows write errors, all the lines disappear (even here the write is successful).