You can nest conditional actions, which lets you run up to 100 actions. So far, no one has needed more than 100 =)
Post
FollowIncrease Number of Allowed Actions in Custom Actions & Other Rules
Hello,
I am finding that the more I get familiar with the abilities of custom actions and rules I am running into the limitation of 10 actions more often. Is there any plans to update this and increase this number?
Please sign in to leave a comment.
4 comments
Date
Votes
Interesting, okay, so I would need to create a condition that is always met in order for this to work likely.
Yes, and that should be very easy to do.
not(isnull($Name)) or something to that effect (just replace $Name with any field that will never be blank).
actually, you can just put TRUE in the conditional and it will ALWAYS evaluate to true (you don't have to worry about finding a field that will always be populated and it should make it more evident what you're doing to future generations). Beware though, that each "conditional" counts as a separate custom action against your quota of custom actions. (So a custom action with three conditionals to get up to 37 actions would count as 4 custom actions against your limit.)