Share all details about your problem, including any error messages you may have received.
how do I write a filter including entries in attributes of a workitem or any other objects for that matter? I have attached my workitem object. I need to include “flow” , operation and identityName in my filter. Thank you!
@dmaan As mentioned by Emanuele you can use Object model to check which filter can be used to fetch required data.
As per your query you want to use Operation, Identityname and flow to get workitem.
Operation : this is not something workitem based as a workitem can have 2 item one for add one for removal so this one you should not use. if you want to use then first do the filter on identityrequestitem, with subquery help.
IdentityName : you can use target id or targetName directlly.
Flow : again not somwthing u can use in Workitem get from identity request, So write subquery again.
So basically u need multiple subquery to get required output.
note : u can use query also to merge multiple table and get final output and use in context.search