on 2023 Jul 18 12:43 PM
Dear all,
Has anyone had the same problem that from block: "Get record" error output has an empty rawError value? Even if the backend side has a response with all information?
Output Error from Get Record:
" {"code":"unknown","status":-1,"message":"Error: Request failed with status code 400","rawError":{}} "
Response from the backend with all information about the error.
This "get record" block needs a special response when I want to send an error message from backend?
Regards,
Jakub
Request clarification before answering.
Assuming you need more control, you can use the HTTP Request flow function instead of the Get record. You lose some ease of use but you gain some control. If you need even more control, you can use JavaScript flow function and write whatever you want.
Here's information about the HTTP Request flow function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I checked with some mock JSON APIs and there is no such issue. Probably in Build Apps SAP hasn't created yet any correction for this.
You have the right that using an HTTP request will be a workaround for this situation, but in such a case, I will lose the direct integration by destination. In HTTP requests or JS, I can't use the created destination in SAP BTP.
User | Count |
---|---|
63 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.