Hi, I am trying to trigger a flow when a lookup field is updated, but the flow is giving me the following error:
{"error": {"code": "0x80040203","message": "The following filtering attributes are not valid in entity msdyn_workorder: _msdyn_substatus_value" } }
This is my trigger's configuration:
If I use a field that is not a lookup value, then it works fine.
There is a solution for this?