Hi there,
I am trying to do a lookupObjects for two particular ObjectTypes only out of a group of about 10.
I was tying this
ObjectType In("Technical Approver Group","Support Group") AND "Updated" <= now() AND "Updated" > now(-7d)
but it is failing with a whole heap of formatting errors
{"errorMessages":["AQL \"ObjectType In(\"Technical Approver Group\",\"Support Group\") AND \"Updated\" <= now() AND \"Updated\" > now(-7d) and objectSchemaId == 5\" has invalid syntax at position 13 with error message \"mismatched input '(' expecting ' '\""],"errors":{}}
The output of this is going to be an email, is it possible to combine two object types into the one lookup.
I'm stuck.
Community moderators have prevented the ability to post new answers.
should have been a = instead of the In.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.