I can't find "sn_flow_designer.max_action_vars" and "sn_flow_designer.max_script_variables" .

Rika Tateyama
Tera Contributor

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?

1 ACCEPTED SOLUTION

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

LinkedIn

View solution in original post

6 REPLIES 6

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

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

 

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

LinkedIn

Thank you!!

I'll try it!!