How to make a list of strings using an activity
Hello,
Imagine I have a class named Student.
I have an activity that loops through all the instances of my students and add page-copy the student to a datapage according to a condition.
The data page now is a list and contains all student instances.
In a grid I display all instances of the students,
I want to hide the trash icon from the row if the student is found in the Data page I made.
However my Data Page is returning students as .pxObjClass thus I cant get their .pyID to compare
Can't I make a list of the students IDs and check if ID exists on the visibility rule?
Thanks!
Message was edited by: Lochan to add Category