Hello,
My Workflow cannot call OData Function AqEventBusTab_Default() (requires GET) — “Null value returned for key attribute 'Objkey' of entity type 'AqEventBusTab'”
- Base: https:///main/ifsapplications/projection/v1/CustomProjectionAqEventBusTab.svc
- Function: AqEventBusTabSet/IfsApp.CustomProjectionAqEventBusTab.AqEventBusTab_Default()

A workflow service task using “IFS API” cannot successfully invoke the Default() function on AqEventBusTab.
The same call works via direct OData GET (Postman/Python).
In workflow, using “Action = Call” (POST) leads to an error: “Null value returned for key attribute 'Objkey' of entity type 'AqEventBusTab'.” It seems the workflow task cannot issue a GET to a bound OData Function, and calling it as POST causes the failure ?


