Filtering for User Name

0
Hi – I have a column with just User Name. It is NOT associated to any System entity … Is there a way I can create an XPath to filter rows where User Name is the currentuser? I’ve tried the following, and it doesn’t seem to work. UserID as used below is the unassociated column containing the user name. [UserID = '[%CurrentUser%].Name']
asked
1 answers
0

If the entity is not related to, or a generalization of System.User you can't with xpath. You could create a microflow datasource, in the microflow you can retrieve the Current User(system.user) and then filter your entity on the name of the current user.

answered