Use Case:- We have created three custom group which are present in one group ty

Use Case:- We have created three custom group which are present in one group type. I need to get list of all users present in my group type. I am able to get list of users but when I am trying to get attributes of users it throws below error.

"Invalid function user"

Please find attached report code..

Sail Report

OriginalPostID-143057

OriginalPostID-143057

  Discussion posts and replies are publicly visible

Parents
  • I did a simple test of this in my environment and was only able to recreate that error when the username did not exist in the system.

    Can you confirm that none of the users have been deactivated?

    Could you try testing by replacing fn!apply(rule!getFirstName(_),local!getUniqueList)) with a hardcoded list of users, something like fn!apply(rule!getFirstName(_),{"user1", "user2", "user3"}))
Reply
  • I did a simple test of this in my environment and was only able to recreate that error when the username did not exist in the system.

    Can you confirm that none of the users have been deactivated?

    Could you try testing by replacing fn!apply(rule!getFirstName(_),local!getUniqueList)) with a hardcoded list of users, something like fn!apply(rule!getFirstName(_),{"user1", "user2", "user3"}))
Children
No Data