Skip to main content
April 14, 2024
Question

Function to get group from group attribute in appian

  • April 14, 2024
  • 2 replies
  • 0 views

Hi Everyone,

Can anyone please help me how to get group from group attribute in appian.

    2 replies

    karumurua531442
    April 14, 2024

    hi [mention:bb176b67c26c4e89b2173f39160c9f46:e9ed411860ed4f2ba0265705b8793d05]  may i know more about your requirement what are the expected outputs. getgroupattribute(). could go through this link and let me know this has solved your question

    shubhama926776
    April 14, 2024

    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.

    [mention:bb176b67c26c4e89b2173f39160c9f46:e9ed411860ed4f2ba0265705b8793d05] Let me know if that works for you.