Limitations of flow designer

ryo200
Tera Contributor

I have some questions about Flow designer.

What is the maximum number of fields that can be updated in a single action for record update?

What is the maximum number of sub flows a flow can contain?

 

Thank you.

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ryo200 

 

https://www.servicenow.com/community/developer-forum/number-of-actions-in-flow-designer-is-limited-a...

https://www.servicenow.com/community/developer-forum/maximum-activity-count-when-using-subflow/m-p/2...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ryo200 

 

https://www.servicenow.com/community/developer-forum/number-of-actions-in-flow-designer-is-limited-a...

https://www.servicenow.com/community/developer-forum/maximum-activity-count-when-using-subflow/m-p/2...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Marcus Walbridg
Tera Expert

1.  I think you can update all fields of the record if you really wanted to, not aware of a restriction here

2.  There is a property that governs how many steps a Flow can contain, whether this is flow logic, actions, or sub flows.  It is called sn_flow_designer.max_actions

 

check out this Flow documentation for other cool & useful properties 

https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/flow-designer/refer...