
Hi guys, it's my first time using power platform & dataverse , I'm working with model driven app and I need help:
I have created a table "Microsoft Entra ID" that has lists of employees name, mail, user type and other information. I managed to filter the employees who have user type "member" via Data experiences -> view and after that I tried to filter mail by using contains but I didn't succeed. What I want to list employees who have "@domain.com" in the mail column. It seems it can't read what comes after "@" and in my case "domain.com" though I have used the same method with other tables and it has worked fine.
I tried to use another solution by creating a flow in power automat that filter by contains but when I try to connect to table "Microsoft Entra ID" I get this error message:
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault] : AccessToken not found. Please make sure the plugin is registered as synchronous and not called with app credentials. (Fault Detail is equal to Exception details:
Error Code: 0x80040216
Message: AccessToken not found. Please make sure the plugin is registered as synchronous and not called with app credentials.
TimeStamp: 2024-01-25T10:52:52.0000000Z
OriginalException: Microsoft.Crm.CrmException: AccessToken not found. Please make sure the plugin is registered as synchronous and not called with app credentials.
at Microsoft.Crm.ObjectModel.OboTokenProvider.<>c__DisplayClass11_0.<GetOBOToken>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult](ILogger logger, EventId eventId, ActivityType activityType, Func`1 func, IEnumerable`1 additionalCustomProperties)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute[TResult](ILogger logger, XrmTelemetryActivityType activityType, Func`1 func)
at Microsoft.Crm.Sandbox.Service.PluginSecureStoreServiceProvider.<>c__DisplayClass39_0.<OnBehalfOfTokenServiceProviderAcquireToken>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult...).
Do I need a specific license to be able to use it?
Does anyone have any idea how to solve the problem ..