We're saving our files to Salesforce Content Libraries, but there's an added requirement where we need to update the Category and Type fields on the ContentVersion object for each document produced.
We're trying to use Insert-Update in Nintex DocGen to update those fields, but when we run the doc gen, it does nothing. We have it set up like the attached.
Since the record would have already been created when the document was created, we're selecting Updating Existing Record and letting Nintex move the Content Version ID to the Field-Value Pairs.
Are we doing something wrong? Can this be done through DocGen?
As the logic is sound, DocGen does not currently have the ability to update the File/Content record being created with an Attach portion of a delivery option. I believe the only delivery option this would possibly work with is a Content Delivery option, which may not be the User experience you are looking for.
Previously we have requested users to post this request on our Uservoice but I could not find any post regarding this specific request.
The previous recommendations as work arounds were to use salesforce flow or custom apex triggers to grab and update the data the records after creation due to how and when docgen has record ids and information.
As the logic is sound, DocGen does not currently have the ability to update the File/Content record being created with an Attach portion of a delivery option. I believe the only delivery option this would possibly work with is a Content Delivery option, which may not be the User experience you are looking for.
Previously we have requested users to post this request on our Uservoice but I could not find any post regarding this specific request.
The previous recommendations as work arounds were to use salesforce flow or custom apex triggers to grab and update the data the records after creation due to how and when docgen has record ids and information.