Flow Designer: Cannot add more array items

Forrest  Falk
Tera Guru

I am trying to Create a Requisition action from the SAP Ariba Spoke in Flow Designer. When I try to add additional items, I receive a "Cannot add more array items" error saying, "The max number of array items has been reached as defined in the max number of rows." Is there a property I can adjust to increase the maximum number of array items? I am hoping this will allow me to add multiple items to this call. Additionally, performance would be tested.

 

ForrestFalk_0-1728941172542.png

 

 

Thank you for your help!

1 ACCEPTED SOLUTION

I ended up fixing it by:
1. Go to the action and click on the three dots icon, then click on Manage Security
2. A window will pop up, in that window in the Action Inputs part, click on the I button to preview schema
3. Open record and change the Max length in order to increase the inputs. (see attached screen shots)

View solution in original post

6 REPLIES 6

Mr_X
Mega Guru

Hi @Forrest Falk ,

 

Can you fill item1 and later click to add additional items.

 

Thanks,
Naveen K

Thanks for the response. The first item is filled out with static values. When I try to add in a second item is when when I get the error message. Note that all the mandatory fields and some optional fields are completed in the item.

Screenshot 2024-10-15 at 12.52.46 PM.png

Amit Verma
Kilo Patron
Kilo Patron

Hi @Forrest Falk 

 

You can refer below documentation and try increasing the limit for the system property sn_flow_designer.action_picker_limit.

https://docs.servicenow.com/bundle/xanadu-build-workflows/page/administer/flow-designer/reference/fl...

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Thank you for the quick reply. I adjusted the "sn_flow_designer.action_picker_limit" property to "10000" and cleared the cache. Unfortunately, I am still experiencing the same error.