Thursday, May 11, 2023

Filter based on people field based on current user

 Filter(SPListName, User().Email in Productmanager.email) // This works only for single people picker selection

Filter(SPListName, User().Email in Concat(Productmanager,Email&",") // This works only for single people picker selection

No comments:

Post a Comment

Add Service Principle support in Custom Connector

  then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...