SuccessFactors response is 200 but empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 12:22 AM
Hi!
I have a problem with SuccessFactors. I did the full configuration, the token downloads nicely. I'm even firing correctly to SuccessFactor, Status Code: 200 however Response Body is empty....
Does anyone have an idea why this is happening?
From the SF site I got information that the user I am connecting to has access to the tables.
Is this an error on the SNOW side or on the SF side?
Below is an example, an action I created for testing. However, using OOB Data Stream “Retrieve Departments” the result is the same.
Endpoint:
Result:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 05:47 AM
I also would like to add, that I create RestMessage, and it works fine with same path/endpoint 🙂 ResponseBody returns data. There is only a problem with FLOW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 06:13 AM
how is the flow triggered?
Seems the flow is not running with System user and has some issue accessing the credential table etc
Try running flow as "System User" and then see
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 06:22 AM
Thanks for reply.
This action is not added to any FLOW. I test it directly from Action.
However, I add it to FLOW with Run As: System User, but the result is same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 06:25 AM
is it a GET endpoint or POST endpoint?
It's strange that it's working in REST Message
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader