Hello, I am an APPIAN newbie and during my day to day activities get to query the backend data. Sometimes the app's request table in the SQL database shows a task assigned to a group and is displayed as follows: [Group:442658].Question is: how can I track the actual Group by this number, and lookup its name and members? What is this number, is it a UID?
What permissions I need to have to query this information in the APPIAN designer?
Thanks in advance.
Discussion posts and replies are publicly visible
[Group:442658] is the Group Identifier. Yo can query this and use for any group related functions in appian. To know details on group based on its id, you can use group()
ex: group(442658,"groupName")