For the complete documentation index, see llms.txt. This page is also available as Markdown.

Locking & Protecting the Workbook

Lock and protection are applied automatically during creation, linking, and reset. You can also re-apply them manually.

Lock Types

Lock Type

Cells that get locked

non_input

Everything except the INPUTS named range.

non_static

Everything except constant (non-formula) cells.

sheet

The used range on each visible, unprotected sheet.

range

A specific named range or cell address defined in the action.

Protection

  • Workbook structure is protected (prevents sheet add/delete/rename).

  • Each sheet is protected individually, with configurable options (allow sort, format cells, etc.).

  • An optional password is stored encrypted in the process definition.

Last updated