ServiceNow Learning 83: Few more useful properties of Flow Designer in ServiceNow!!

Shamma Negi
Kilo Sage
Kilo Sage

Hi All,

 

Here I will cover few more useful properties of Flow Designers in ServiceNow.

 

PropertyDescription
The maximum number of records to return when fetching data

sn_flow_designer.action_picker_limit

Specify the maximum number of records a look up action or step can return. Flow Designer ignores records that exceed this limit.
  • Type: integer
  • Default value: 1000
  • Location: Process Automation > Properties
Allow the option for select users to write a script to populate the value of an input on Flow and Action Designers.

sn_flow_designer.input_scripts_enabled

Specify whether users can write inline scripts to compute input values.
  • Type: true | false
  • Default value: true
  • Location: Process Automation > Properties
Specify the log level of system log entries to replicate to the flow log. The system only replicates log entries of the specified level or higher.

com.glide.hub.flow_engine.listener_trace.threshold

Specify the threshold required for Flow Designer to replicate a system log entry to the flow log. Flow Designer only replicates system log entry at the given level or higher. Options include:
  • DEBUG
  • INFO
  • WARN
  • ERROR
  • NONE: Disables the replication of system log entries to the flow log.
  • Type: choice
  • Default value: ERROR
  • Location: Process Automation > Properties
The maximum amount of iterations that a loop will run in Flow Designer.

sn_flow_designer.max_iterations

Specify the maximum number of times that a Do the following Until flow logic loop can run before being stopped. A loop will error out if it iterates beyond this value, preventing infinite loops.
  • Type: integer
  • Default value: 1000
  • Location: Process Automation > Properties
  •  

 

Hope this helps.

I hope this article helpful. Please mark it as helpful and bookmark if you like it.

 

Regards,

Shamma

Regards,Shamma Negi
2 REPLIES 2

SLK Gupta
Tera Guru

Thank you @Shamma Negi , this is really helpful. 

Thanks. Glad you liked it.

Keep liking.

 

Stay connected for more helpful content.

 

Regards,

Shamma

Regards,Shamma Negi