The Obj-Browse method searches for instances of one class and copies specified properties onto the clipboard, creating a list of instances, each on an embedded page.
Usage
At a minimum, complete the PageName and ObjClass fields, and in the Field field, specify the properties to return or to use as filters.

Obj-Browse parameters
The Condition value (other than Value Only) filters the records that are returned, similar to using a WHERE statement in an SQL command. The following conditions are available.
A completed Obj-Browse method is similar to an SQL statement of this form: Select from the where and place them on the page.
You can check the results by running the activity. From there open the clipboard and check for the page ( the page u mentioned in PageName field) under User Pages.

