hi,
I created a condition to filter logged user details on list view. in my dataverse table, i have created a column to display each contact id's of users..by using that column i need to filter.
what are the reasons to make this kind of error? @Inogic @Fubar
Hi @Erandi ,
As @Fubar mentioned you cannot use liquid user in FetchXml filter (or any other dynamic field for that matter). But as @Fubar specified you can substitute a contact via "Enhanced view filters". However, it is a documented, although a bit clunky and not that much-used feature. You can find more details in the official documentation here - https://learn.microsoft.com/en-us/power-pages/configure/list-enhanced-view-filter.
The area where you are adding the condition does not have access to Liquid, hence the liquid 'user' object is not valid. There is a now undocumented feature, where putting any contact record in the FetchXML the portal will substitute it with the currently logged in user. In the old days they used to install a Contact record called something like Portal User and you would use that - but they don't install that contact any more, but you can create your own.