Hello, I am using Appian Function 'getdirectgroupmemberuserspagin

Hello,

I am using Appian Function 'getdirectgroupmemberuserspaging()' - to get the direct members of the given group (which ignores members from child group).

I found some discrepancies using this function, as it is not giving correct result sometimes. Seems the result is inconsistent using this function.

Does anyone face similar issue or have anything more to share here?

Many Thanks,
Tapan Shah

OriginalPostID-169542

OriginalPostID-169542

  Discussion posts and replies are publicly visible

Parents
  • Thanks Phil for your interest!

    Simple Example:
    --------------------

    I have created new group called : 'Tapan Test 092815'
    I have added two user to that group named : 'Tapan Shah' and 'Ilian Dezoy'

    Actual Outcome :When I use below function, I am getting false result for 'Ilian Dezoy'

    Expected Outcome: Result should be true for both users and false for any other user who is not part of that group

    Function : contains(getdirectgroupmemberuserspaging(ri!group,1,-1),ri!user)

    Let me know if you need any more info.

    -Tapan
Reply
  • Thanks Phil for your interest!

    Simple Example:
    --------------------

    I have created new group called : 'Tapan Test 092815'
    I have added two user to that group named : 'Tapan Shah' and 'Ilian Dezoy'

    Actual Outcome :When I use below function, I am getting false result for 'Ilian Dezoy'

    Expected Outcome: Result should be true for both users and false for any other user who is not part of that group

    Function : contains(getdirectgroupmemberuserspaging(ri!group,1,-1),ri!user)

    Let me know if you need any more info.

    -Tapan
Children
No Data