Salesforce Error: 400 Bad Request, Incorrect format for double
I received the following error in my recipe:
Error: Incorrect format for double
Error type: Bad data sent to API server
Source: Salesforce
Detail: #<RestClient::BadRequest: 400 Bad Request>
What does this error mean?
Best Answer
P
Patricia Guevarra
said
about 7 years ago
Hi Saul,
Thanks for reaching out!
This means that the field was expecting a "double" or a number with two decimal places. It is likely you are sending an integer or a number with no decimal places. Please try using the .to_f formula on the data pill you mapped in and rerunning the job.
I hope this works!
Answer
Patricia Guevarra
said
about 7 years ago
Hi Saul,
Thanks for reaching out!
This means that the field was expecting a "double" or a number with two decimal places. It is likely you are sending an integer or a number with no decimal places. Please try using the .to_f formula on the data pill you mapped in and rerunning the job.
Saul Macht
Salesforce Error: 400 Bad Request, Incorrect format for double
I received the following error in my recipe:
Error: Incorrect format for double
Error type: Bad data sent to API server
Source: Salesforce
Detail: #<RestClient::BadRequest: 400 Bad Request>
What does this error mean?
Hi Saul,
Thanks for reaching out!
This means that the field was expecting a "double" or a number with two decimal places. It is likely you are sending an integer or a number with no decimal places. Please try using the .to_f formula on the data pill you mapped in and rerunning the job.
I hope this works!
Patricia Guevarra
Hi Saul,
Thanks for reaching out!
This means that the field was expecting a "double" or a number with two decimal places. It is likely you are sending an integer or a number with no decimal places. Please try using the .to_f formula on the data pill you mapped in and rerunning the job.
I hope this works!