External Lookup Syntax For 'Or'
I'm one of the new (still learning) system admins for our Workfront instance. We are trying to create an external lookup field that will find all of our projects that are in the "In-Progress" (CUR) or "Planning" (PLN) status. I am having a hard time determining if Workfront supports syntax for "OR" not to mention what it would be. We have tried using ||, however that didn't seem to produce the results we wanted.
This is what we have so far:
$$HOST/attask/api/v19.0/projects/search?status=PLN||status=CUR
We have also tried:
$$HOST/attask/api/v19.0/projects/search?status=PLN,CUR
$$HOST/attask/api/v19.0/projects/search?status=PLN&status=CUR
plus some other variations.
Any advice would be appreciated.
