Is there a limit to the row count in a Decision table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 06:08 PM
When the number of rows in my decision table reaches about 180, it stops displaying the condition for the first 20 rows. Here, row 20's Condition column is suddenly empty, while 21 and every row thereafter appears normal.
If I open row 20 in the decision rule view its condition appears OK.
Max_inputs and max_questions are both empty.
I don't see how this actually harmful, as these rows will never be edited going forward, but it looks really odd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 07:28 PM
Hi @thomaskennedy ,
Can you please check the scenario for the first 20 rows if it's working or not and try to put some integer number in properties so that in future you can use maximum number.
You can refer the below link to check the properties:
https://docs.servicenow.com/bundle/vancouver-application-development/page/administer/decision-table/...
Please mark helpful if works
Thanks
Mohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 06:53 AM
I tried setting the max_questions to a number higher than the number of questions I hve defined. This had no effect on the observed behavior.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 07:13 AM
Very wired idea, try cache.do and then try.
else HI support is only way.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 05:44 AM
Hi @thomaskennedy ,
I´m experiencing the same issue. I have created 200 questions via API and the first 20 records are not showing the display names. Did you get any reply from ServiceNow support?
It looks like this is just a "displaying" issue, as I´m still able to get decisions even from those "invisible" rows 🙂 Although speed could be better. when running in script (using API) it takes something around a second to get an answer 🙂