Hello,
I have a custom dataverse table (POs) and I want to create a view for this table.
The view will display the records with
a) status = 'Sign' and
b) 'Running Task' equals the current user.
'Running Task' is a text column in POs table that contains user first/last name (eg. 'John Doe').
I haven't found a way to accomplish the (b) in dataverse view.
First of all there is no such option for the filter I create.

I don't know if it accepts functions like User().FullName but I doubt.
So, I thought maybe I can use the 'Add Related table' option in filters for 'Microsoft Entry ID' table that has the information I want.
I added a new relationship like that

But it seems there is no way to use it in filters since the only option I have for 'Related table' is 'Contains/Not Contains Records'.
Is there any way to achieve that from Dataverse so as not to have to create filtering in my Canvas app?
Thank you,
Nikos