I have been working with WorkQueues and I have an idea of how they work, what I have managed to see is that the flows can be triggered when an item is added in the WorkQueues, but what I am trying to do is a flow that works with a WorkQueue in specific.
I am using the trigger When a row is added, modified or deleted from Microsoft Dataverse, this returns information about the item that is triggering the flow.

Inside the body that it returns, I can see a value that is an identifier of the queue where the item to be processed comes from. This value is the _workqueueid_value. The trigger action has an option to filter rows, so I was trying to make an OData expression to filter from a specific queue, but it's not working for me.

The expression I was using is similar to the following: '_workqueueid_value' eq 'queue-id'