Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Edit Draft Documents via n8n"
description: "The document.update node action now edits body, title, classification, and type, and creates a draft automatically when none exists."
date: 2026-07-09
images: ["/changelog/2026-07-09-2026-07-09-edit-draft-documents-n8n-1.png"]
tags: ["Integrations"]
---

The document.update operation in the Probo n8n node now edits more than metadata. Update the body, title, classification, and document type directly from a workflow. If a document has no draft yet, it creates one from the latest published version automatically.

This replaces the separate document.createDraftVersion operation, which is now gone. One action handles both drafting and editing.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "FERPA and PCI DSS Frameworks"
description: "Import FERPA and PCI DSS controls straight into your compliance program, no manual setup."
date: 2026-07-09
images: ["/changelog/2026-07-09-2026-07-09-ferpa-pci-dss-frameworks-1.png", "/changelog/2026-07-09-2026-07-09-ferpa-pci-dss-frameworks-2.png"]
tags: ["Compliance Page"]
---

Two new frameworks landed in the framework import selector: FERPA and PCI DSS. Pick either one and Probo loads the full control set and logo, same as any other framework.

If you handle student data or payment card data, you no longer need to build these programs from scratch. Import the controls, map your evidence, and get moving.
Loading