Workfront Custom API usng status_Mod=in not working for me
Hoping someone can help. I have loaded an array with the statuses of PLN and CUR and set the rest of the parameters. I end up with the query string of
"PROJECT/search?DE:Project Release Date=2024-09-04T12:41:18.100Z&fields=ID,ownerID,sponsorID,DE:Project
Release Date&status=CUR, PLN&status_Mod=in"
Which looks correct, but is still returning projects in other statuses. I am using the &status={{add(emptyarray; "CUR"; "PLN")}}&status_Mod=in to set up the status portion of the query in order to load multiple statuses into the array - no dice. Any ideas? thanks.