- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 11:40 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 11:47 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 11:47 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 11:55 PM
Thanks @Community Alums for quick response.
I had already increased to 30 but still same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 11:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 12:27 AM - edited 03-06-2023 12:28 AM
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