Post

3 followers Follow
0
Avatar

Increase 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? 

Tim Gelette Answered

Please sign in to leave a comment.

4 comments

0
Avatar

You can nest conditional actions, which lets you run up to 100 actions. So far, no one has needed more than 100 =)

Josh Santos 0 votes
Comment actions Permalink
0
Avatar

Interesting, okay, so I would need to create a condition that is always met in order for this to work likely.

Tim Gelette 0 votes
Comment actions Permalink
0
Avatar

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).

Josh Santos 0 votes
Comment actions Permalink
0
Avatar

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.)

Ed Dierker 0 votes
Comment actions Permalink