Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to get the more than 19 input in Action in Flow

Ankush Jangle2
Kilo Contributor

Hello,

 

 I had created a flow for catalog item in that I had created a Custom Action but ,I  want more than 19 input  variables in the   Flow Designer  Action how we are going to achieve this help me in that

 

 

Thank you

1 ACCEPTED SOLUTION

Ankush Jangle1
Kilo Guru

 

Hello

Try Below link it will help you

 

https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/referen...

Maximum inputs per action

1) sn_flow_designer.max_action_vars

n an hour and being stopped by the default transaction quota rule.

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

Maximum script variables per Script step

2) sn_flow_designer.max_script_variables

 

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

 

View solution in original post

4 REPLIES 4

sachin_namjoshi
Kilo Patron
Kilo Patron

You can use script action to get so many inputs in array and use output of script to your flow.

 

https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/platform-events/r...

 

Regards,

Sachin

Ankush Jangle1
Kilo Guru

 

Hello

Try Below link it will help you

 

https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/referen...

Maximum inputs per action

1) sn_flow_designer.max_action_vars

n an hour and being stopped by the default transaction quota rule.

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

Maximum script variables per Script step

2) sn_flow_designer.max_script_variables

 

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

 

Thank you for you response it works

Hi,

 

I cannot see this property "sn_flow_designer.max_action_vars" for in our instance of Xanadu version.