
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2024 02:25 PM - edited ‎10-14-2024 02:26 PM
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.
Thank you for your help!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 04:30 PM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2024 08:19 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 12:55 PM - edited ‎10-15-2024 12:57 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2024 09:38 PM
You can refer below documentation and try increasing the limit for the system property sn_flow_designer.action_picker_limit.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 01:03 PM
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.