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
Check the group() function document. By using the group() function, you can find other details using group id.
https://docs.appian.com/suite/help/24.3/fnc_people_group.html
Just to confirm, the group number that shows under approver column in the database. That is the number I need to enter?