cancel
Showing results for 
Search instead for 
Did you mean: 

Request failed with status 307

S_Logan
Explorer
0 Kudos

Tutorials: https://developers.sap.com/tutorials/build-apps-workflow-es5.html
--------------------------

HI Team

After setting up a new destination to SAP Gateway system , While adding new integrations in the DATA section of sap build app canvas .. I'm getting request failed with status 307 error . Can you please let me know on what needs to be done to resolve this issue ?

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

can you show your destination and copy the UTL you are using?

View Entire Topic
Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

My understanding that at present you do need to create separate destinations for each OData service. On the roadmap pretty soon I've seen that the way people will define their API connections will change, and I'm sure one of the advantages will be not having to create multiple destinations or perhaps destinations at all.

As for the dropdown: The dropdown must define a list of objects, each one with a label field and a value field. But the selected value is just a text value (as you can see at the top of the formula editor). You generally would define a page variable to hold the value that was selected. Or this value you might want to be held in a "New record" data variable field, as we show in Step 4 in this tutorial, https://developers.sap.com/tutorials/build-apps-workflow-es5.html

If you need more help, please describe the flow you are looking for with regards to your dropdown list.

S_Logan
Explorer

Thank you very much for sharing your inputs with regards to the destinations and the drop down .

I

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

No problem ... please accept one of the answers 🙂