Hi! I'm trying to filter my dataset based on the user email address. So I'm adding the below line into the OnStart method of my screen.
Filter(FlotaTest_1; FlotaTest_1.EMail = User().Email)
FlotaTest_1 is my DataSource name which brings data from SharePOint online and FlotaTest_1.EMail is the field on where I do have user eMail address.
I'm not getting what I'm doing wrong here. The error message in the above formula sayd that the number of Arguments are not valid.
Ideas will be apreciates!
Regards,
Diego!