Instead of doing the filter in the microflow you can just constrain the data in the listview, datagrid or template grid that you put on the page. For example if you have a ticket entity that is linked to an employee entity(that inherits from system.user). You can do an xpath constrained on the page with: [Ticket_Employee = $currentuser]
Thank you so much for the response! So I tried it but it’s only letting me choose an attribute in the Ticket Request entity, not over the reference Employee. Here’s the error and here is my domain model: