Hi Everyone,
Can anyone please help me how to get group from group attribute in appian.
Discussion posts and replies are publicly visible
Retrieving groups based on a specific attribute value in Appian isn't straightforward.Use a!groupsByType() function to retrieve all groups or a specific group type.Loop through each group using a for loop.Inside the loop, use getgroupattribute(group, attribute) function to get the value of the specific attribute for the current group.Compare the retrieved attribute value with your desired value.If there's a match, store the group information.Rahul009 Let me know if that works for you.