Hello,
I have an interactive dashboard containing multiple streams that is tied to a company queue. I am able to "Pick" these queue items without issue if the number of items in the stream is 25 or below. But if I have a stream containing more than 25 queue items, I receive the following error when picking an item out of the Stream
TypeError: Cannot read properties of null (reading 'getData')
at Array.forEach (<anonymous>)
at Function.t.setQueueItemIdToEachRecord
at n.OpenQueueItemPickDialog
at il.executeFunction
at il.execute
at Array.forEach (<anonymous>)
Also, this error only seems to be exclusive when using an interactive dashboard stream. I do not get this error using a classic dashboard
Is anyone else having this issue and what could be causing this issue? We are currently on v9.1 on-premise
Thanks