Get values from data page in the clipboard
I am working on an activity in which I need to pull values from a data page that has been loaded into the clipboard during the processing of a case. I've tried several ways to get it, such as tools.findPage("PAGE").getProperty("PROPERTY").getStringValue(), but nothing is being retrieved. How is the best way to go about this? The values are being used to set a property to be used in a Connect SQL rule. The property is building, but with blank values, so if I can get the data from the data page in there, the save to the database should work.