- I have Tasks entity, associated with Administration.Account entity (I use it to display a list of tasks with assigned users).
- Tasks entity has a string parameter “Requester”, where I store names of users.
I created a microflow, which should retrieve an account of the user from the database, comparing his name with the name in the “Requester” parameter.
[Name = $Tasks.Requester]
The problem is, that I’m getting XPath error, and when I’m typing $Tasks. all available parameters belong to the Account entity, instead of the Tasks entity.