Hi,
I want to have a flow triggered when adding a new row to a table in the dataverse. The flow should also only trigger when a lookup (regardingobjectid) is of a defined type, in this case "bookableresourcebooking".

I tried some things, but the trigger always shows errors..
_objectid_type eq 'bookableresourcebooking' results in Microsoft.OData.ODataException: Could not find a property named '_objectid_type' on type 'CallbackRegistration.annotation'
_objectid_value@Microsoft.Dynamics.CRM.lookuplogicalname eq 'bookableresourcebooking' results in Microsoft.OData.ODataException: Syntax error at position 56
Any idea how to achieve this?
And yes, I know I can filter the object type in a condition afterwards, but I don't want the flow to be triggered at all.