I am on Appian 7.7 and I am using Portal to SAIL plug-in. I am using 'IN'

I am on Appian 7.7 and I am using Portal to SAIL plug-in. I am using 'IN' operator to filter the data but I am not getting result. Could anyone please help me understanding the 'IN' operator functionality by providing specific example?

-----
For reference, I am mentioning the plugin rule I am using :

=getportalreportdatasubset(
reportId : cons!My_report
pagingInfo : a!pagingInfo(startIndex :1,batchSize: -1),
contextIds : {},
filters : {
{
field : 23,
operator : "IN",
value : ri!taskassignee
}
},
)

Here I am not getting desired result using "IN' operator.
-------


Thanks!...

OriginalPostID-128199

OriginalPostID-128199

  Discussion posts and replies are publicly visible