- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 11:04 PM
Hi there!!
I am currently looking to set up more than 20 inputs in a custom action in the flow designer.
However, I have read on the net that to set more than 20 inputs, I have to change the value of
"sn_flow_designer.max_action_vars" and "sn_flow_designer.max_script_variables".
(Location: System Properties [sys_properties] table)
I have searched for "sn_flow_designer.max_action_vars" and "sn_flow_designer.max_script_variables"
in PDI , but I can't find them.
Which "sn_flow_designer.max_action_vars" and "sn_flow_designer.max_script_variables" can be changed here?
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 11:48 PM
These are just system properties, you can just create them.
Name = sn_flow_designer.max_action_vars
Value = the value you are after
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 11:24 PM
Hi there,
That's correct, out-of-the-box these properties don't exist. The default used value though is 20.
If you want to change this value, then you would need to create these system properties.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 11:45 PM
Thank you for your comment Mr .Mark!!
If you have any time,please tell me how to create "sn_flow_designer.max_action_vars" and
"sn_flow_designer.max_script_variables"??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 11:48 PM
These are just system properties, you can just create them.
Name = sn_flow_designer.max_action_vars
Value = the value you are after
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 12:03 AM
Thank you!!
I'll try it!!