Resolved! Help parsing through the value of a system property
I have a system property that I created to holds a list of sys_ids from the sys_user_group table. They are separated by commas in the system property like so: sysid1, sysid2,sysid3 In using the gs.getProperty function, I'm able to retrieve the valu...