Hello,
we had this action in our Power Automate working until today, but now we are getting this error: “Forwardable PFT token is not available: Forwardable user token not available.“
Could anyone help us?
Thanks
RAW INPUT:
{
"host": {
"connectionReferenceName": "shared_plumsailsp",
"operationId": "FlowV1SharePointFlowJobsInviteExternalUserToSharePointPost"
},
"parameters": {
"target": "Item",
"request/ListUrl": "https://---.sharepoint.com/sites/QHSEDevelopments/Supplier_Questionnaire_Attachments",
"request/ItemId": 1111,
"request/EmailAddresses": "---@gmail.com",
"request/RoleName": "Contribute",
"request/SPUrl": "https://---.sharepoint.com/sites/QHSEDevelopments"
}
}
RAW OUTPUT:
{
"statusCode": 400,
"headers": {
"Transfer-Encoding": "chunked",
"x-jobid": "4EF7CBEC3A2AE7449FDB8",
"Date": "Mon, 26 Jan 2026 09:53:56 GMT",
"Referrer-Policy": "strict-origin-when-cross-origin",
"Content-Type": "application/json; charset=utf-8",
"Content-Length": "232"
},
"body": {
"request": {
"url": null,
"traceId": "4EF7CBEC3A2AE7449FDB8"
},
"error": {
"code": "ApplicationResultException",
"message": "Forwardable PFT token is not available: Forwardable user token not available.",
"date": "2026-01-26T09:53:56.3370401Z"
}
}
}