Hi,
Please find attached screenshot.
How to remove the list of dictionary with size 'o'
Discussion posts and replies are publicly visible
You could use the filter() or reject() function in conjunction with my universal null checker expression described here: https://appian.rocks/2022/10/17/the-magic-of-null-checking/