Skip to main content
sanjuktab2257
June 16, 2025
Question

UUID for groups

  • June 16, 2025
  • 2 replies
  • 0 views

Can we get the UUID of Groups in Appian via any function or plugins in an expression rule.

2 replies

June 16, 2025

You can use the People Functions plugin for this.  People Functions has a lot of useful functions including the one you're looking for called getgroupuuid().  Hope this helps!

shubhama926776
June 17, 2025

You can use the getgroupuuid() function, which is included in the People Function plugin.

https://community.appian.com/b/appmarket/posts/people-functions---plug-in

getgroupuuid(
  group:Replace_This_With_GroupId
)