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

Actions does not currently support editing float, byte, short, decimal, or geo time-series property types.

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.