Hi All,
I have multiple values like this, I need to show single data ,How Can I show single value using expression rule, Is there any way to do ?
Please help on this on priority.
Discussion posts and replies are publicly visible
Hello, If you want to display duplicate values you can use Union() function while displaying it.
https://docs.appian.com/suite/help/23.3/fnc_set_union.html
If you want to display multiple values single time you can Union function and then use loop to display the list a!richTextBulletedList() for display purpose.