How to increase input variables count for action in flow designer?

Haceena Shaik
Tera Expert

Hi all,

 

I had a requirement where I need to pass more than 20 input variables in a custom action which is not allowing me to pass inputs after 20 input variables. Could you please suggest the possibilities to achieve this requirement.

 

 

Thanks,

Nithya.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Haceena Shaik ,

 You will need to change the property : " sn_flow_designer.max_action_vars " , Default is 20 , you can increase.

Maximum inputs per action : Specify the maximum number of inputs that can be added to an action. Flow Designer prevents you from adding further inputs after the maximum number of inputs has been reached. Consider the performance impact raising the maximum number of action inputs may have. For example, processing more action inputs may risk the action running for more than an hour and being stopped by the default transaction quota rule.

  • Type: integer
  • Default value: 20
  • Location: System Properties [sys_properties] table

 

View solution in original post

7 REPLIES 7

Community Alums
Not applicable

Hi @Haceena Shaik ,

 You will need to change the property : " sn_flow_designer.max_action_vars " , Default is 20 , you can increase.

Maximum inputs per action : Specify the maximum number of inputs that can be added to an action. Flow Designer prevents you from adding further inputs after the maximum number of inputs has been reached. Consider the performance impact raising the maximum number of action inputs may have. For example, processing more action inputs may risk the action running for more than an hour and being stopped by the default transaction quota rule.

  • Type: integer
  • Default value: 20
  • Location: System Properties [sys_properties] table

 

Thanks @Community Alums for quick response. 

 

I had already increased to 30 but still same error. 

 

 

Community Alums
Not applicable

Hi @Haceena Shaik ,

 Can you share a screenshot of the Property which you have changed please.

 

Sorry @Community Alums.

 

I have changed the other property 'sn_flow_designer.max_action_steps'. The property which you mentioned is not in sys_property table.

' sn_flow_designer.max_action_vars '. If this is the case, do I need to create a property?

 

Thanks,

Nithya