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 06:35 AM - edited 05-27-2025 06:36 AM
Its GET endpoint.
This is the correct response, when its done by REST Message:
Fields value are: null but it does not matter, there is any response. Flow is empty...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 06:42 AM
is that the same endpoint which you are using in flow action?
did you compare that?
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 07:11 AM - edited 05-27-2025 07:11 AM
Yes it is. The only difference is &$top=1 and it calls only first record.
But I tried to call it in FLOW and REST Message same, with, and without &$top=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 07:27 AM
Not very sure then.
Ideally it should work fine from both flow as well
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
06-03-2025 01:11 AM
Looks like it was some problem with SuccessFactor DEV environment. Not sure what happens, but we integrate our DEV with SF TEST and everything wokrs fine 🙂
However I have question about Date.
I receive date in format:
u_effective_start_date=/Date(1746057600000)/ u_last_modified_date_time=/Date(1747210747000+0000)/
Any idea how to conver it to our date format? Or get it from SF in Display Value?