Collection Text Mode Reporting
I’m running an access level report in Workfront and I’m trying to get collection data to appear on the report. Based on the API explorer I’d like to get the following fields
Access Level Permissions
- coreAction
- forbiddenActions
- secondaryActions

I set up the collection text mode column and was able to successfully get values for “coreAction”. However, it’s not returning the proper values for forbidden or secondary and instead returns a string of code.

I’ve noticed that the field types for coreAction is different than the other 2 field types
-
Field Type: string vs Field Type: string[]
Anyone able to help solve for this?