• James McLane 39
  • NEWBIE
  • 5 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi All,

i want to mimic this condition in Flow

if(m.UserOrGroupID.getsObjectType() == Schema.User.sObjectType){
                    tList.add(m.UserOrGroupId);
                }

i am not getting the option to check 'getsObjectType' or Schema.User.sObjectType in my flow decission 

please can any one guide me on this.

Thank you.