SuccessFactors response is 200 but empty

krystiansow
Tera Contributor

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:

krystiansow_0-1748330285021.png

Result:

krystiansow_1-1748330336874.png

 

10 REPLIES 10

@Ankur Bawiskar 

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... 

krystiansow_1-1748352814710.png

 

 

@krystiansow 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 

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

@krystiansow 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 

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?