Referencing the value of an association in a datagrid constraint

0
I need to constrain a datagrid to show only objects that match the name of the user logged in. I have a microflow that creates a list of names from Administration.Account, compares this to the name held in another entity (Project) and, where there is a match, sets the value of the association Account_Project to this name. But I cannot refer to the value of the association in a constraint in the datagrid. Is there a way to do this?
asked
2 answers
1

Try something like

[Module.Project_Account = '[%CurrentUser%]']

answered
0

Fantastic, David - works, and super fast reply!!!

answered