- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:02 PM
Reference variable to select a group: groupname
('OIT ITD' is the group name we are selecting)
Reference variable to select members from the group entered above: itd_approval_name
Script Include named: findgroupmembers(
Enter OIT ITD for the group
but noit getting any returned members names
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:55 PM
You have a typo in your reference qualifier it should be current.variables not current.varaibles. You also shouldn't need the ref_qual_elements attribute, that's not meant for reference fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:55 PM
You have a typo in your reference qualifier it should be current.variables not current.varaibles. You also shouldn't need the ref_qual_elements attribute, that's not meant for reference fields.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 06:25 PM
@Bret Smith Changes proposed by @Nick Parsons will resolve your issue.