I've created an expression rule which is returning data of dictionary type from two different entities. I was trying call this rule in a grid but I am getting total count error.
For Example - {
id:1;2,name:A;B}
but I want the output as
id:1,name:A
id:2,name:B
Discussion posts and replies are publicly visible