Scale and property limits

Several limits are in place to ensure edited object types can quickly process edits and update user-facing data without slowing down live applications. Actions submitted that exceed these limits will not succeed and will display an error message to the user.

Configuration limits

The Allow multiple values toggle allows users to pass in a list of values to a parameter.

LimitMaximum
Number of elements in a primitive list parameter10,000
Number of elements in an object reference list parameter1,000
Number of elements in a list parameter when used in submission criteria1,000

Edit limits

LimitMaximum
Number of Object Types you can edit in a single Action submission50
Number of objects you can edit in a single Action submission10,000
Each individual edit of an object in an Action submission32KB (OSv1), 3MB (OSv2)

Batch call limits

An Action can be called a maximum of 10,000 times in a batch. This limit is reduced to 20 when the Action is Function-backed and the Function is not configured to use batched execution.

The edits applied in a batched Action call are treated as a single group when enforcing edit limits, regardless of which request in the batch was the cause of the edits.

Additional limits may apply, depending on the calling application.

Supported property types

Below are specifications for supported single and array property types. Note that some property types are only supported by object storage v2 (OSv2).

Single property types

Property typeParameter typeSupported
AttachmentAttachmentYes
BooleanBooleanYes
ByteIntegerYes
Cipher textStringYes
DateDateYes
DecimalDecimalYes
DoubleDoubleYes
FloatDoubleYes
GeopointGeopointYes
GeoshapeGeoshapeYes
Geotime series referenceGeotime series referenceYes (OSv2 only)
IntegerIntegerYes
LongLongYes
Mandatory control-Not supported as a property or in actions
Media referenceMedia referenceYes (OSv2 only)
StringStringYes
ShortIntegerYes
StructStructYes (OSv2 only)
TimestampTimestampYes
Time series referenceTime series referenceYes (OSv2 only)
VectorDouble listYes (OSv2 only)

Array property types

Array property typeList parameter typeSupported
AttachmentAttachmentYes
BooleanBooleanYes
ByteIntegerYes
Cipher textStringYes
DateDateYes
DecimalDecimalYes
DoubleDoubleYes
FloatDoubleYes
GeopointGeopointYes
GeoshapeGeoshapeYes
Geotime series referenceGeotime series referenceYes (OSv2 only)
IntegerIntegerYes
LongLongYes
Mandatory controlMandatory controlYes
Media reference-Not supported in actions
StringStringYes
ShortIntegerYes
StructStructYes (OSv2 only)
TimestampTimestampYes
Time series reference-Not supported as a property or in actions
Vector-Not supported as a property or in actions

Supported properties

Currently, Actions cannot be used to edit the primary key of an object. Modifying the primary key is equivalent to deleting an object and then adding a new object; instead of editing the primary key with an Action, you can create or delete an object directly using rules.

Notification recipients

When using side effect notifications, a maximum of 500 recipients can notified in a single Action. This limit is reduced to fifty recipients when notifications content is rendered "From a Function". For further information about limits to account for when generating notifications, see the documentation on maximum recipient limits for notifications.