Hi
I'm trying to build a flow that should only fire when "_owningbusinessunit_value eq '12345678-1234-1234-1234-123456789012'", but i get below error from the "Flow checker".
"Exception parsing _owningbusinessunit_value eq '12345678-1234-1234-1234-123456789012' submitted for attribute filterexpression of callback registration. Target entity: opportunity. Exception: Microsoft.OData.ODataException: A binary operator with incompatible types was detected. Found operand types 'Edm.Guid' and 'Edm.String' for operator kind 'Equal'."
Trigger setup (sorry about the Danish language)

If I leave out the filtering, and make a Condition action and use "_owningbusinessunit_value" -> is equal to -> "12345678-1234-1234-1234-123456789012", it works fine.
Is it not possible to do it directly in the Trigger?
P.S. i used a fake GUID in this post, the correct GUID is used in flow.