Use a Java step in the activity to read the GridMetaData page directly from the requestor clipboard, because this page is a runtime UI page and not a normal persistent clipboard page, so Page-Copy and Obj methods will not work on it. Get the page by its exact name, such as GridMetaData_, from the clipboard tools API, then read the pyColumns and filter values from that page. After that, copy only the needed values into your own temporary data page or parameter page. Work only with that copied page in the rest of the activity. This is the correct way to use UI-Kit grid metadata in backend processing.