I want to display the list of members in grid in row and wants to perform the user interaction like select the multiple row to delete.
Discussion posts and replies are publicly visible
Nisarg Soni said:perform the user interaction like select the multiple row to delete.
What do you mean by delete? you want to replicate this??
OK. Where are you stuck?
The data property of the column is missing, you entered it in the sorting property for this reason your grid is empty, while for multiple selection you could follow the tutorial here: https://docs.appian.com/suite/help/24.1/grid-with-selection-pattern.html
No I want to delete the members of group which is selected
Well After listing members, now I should be able to delete and add the member in group
Thanks Its works now!!
FYI there's not really any need to make multiple posts on the same topic - it's usually OK to stick to one, and keep replying to replies you get there (whether or not you're using the same account or not).