What is the flow action used to create new versions of existing file attachments.
-
CreateNewVersion
-
CreateNewAttachment
-
CreateNewVersionAttachment
-
EditAttachment
EditAttachment is the correct flow action in Pega PRPC for creating new versions of existing file attachments. CreateNewVersion and CreateNewAttachment are not standard flow actions. The EditAttachment action handles versioning by creating a new version when editing an existing attachment.
The flow action used to create a new version of an existing file attachment (rather than adding a brand-new, separate attachment) is EditAttachment — it opens the existing attachment for edit and, upon save, generates a new version tied to the same attachment record. CreateNewAttachment and CreateNewVersionAttachment are distractor names that don't correspond to actual platform actions, and CreateNewVersion is too generic/non-specific to attachments. This is a specific platform (Pega-style) API/flow-action naming fact.