Planning/Fusion/Core
I’m currently trying to create a fusion scenario to map the Workfront Core project status to a Planning record’s status field so there is more parity between the two objects. I’m running into this very odd issue where for some Planning Workspaces I am able to successfully map the status but in other workspaces I can’t. I’m an Admin and the owner of all workspaces so I don’t think it’s an issue with permissions but given how complicated Planning sharing is I haven’t fully ruled that out.
The fusion scenario throws no obvious errors and appears to execute successfully, however in the output bundle I get is below, and I know the record ID it’s saying doesn’t match does exist:
{ "body": { "data": { "status": "failed", "total": 1, "succeeded": 0, "failed": 1, "requestId": "[Request ID redacted for privacy]", "results": [ { "requestIndex": 0, "id": "[Record ID redacted for privacy]", "status": "error", "error": { "code": "FORBIDDEN", "message": "The provided key does not match any fields." } } ] } },Anyone seen this before? There are not too many resources available on Planning to Core connections.