cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying data using SAP BTP Destination REST API Integration

Isyraf_Afifi
Explorer
0 Kudos
638

Hi everyone,

Quick question, why my preview page goes blank when I want to display data using SAP BTP Destination REST API Integration?

The test is OK (200). This is my steps:

Configure the SAP BTP Destination REST API Integration -> Create a data variable -> Drag container and a text -> Set the container to repeat with data variable -> Set the text content with data item in repeat

I also try to use basic table with data adapter, this is what I got: 

Isyraf_Afifi_0-1719196944677.png

Best regards,

Isyraf

Accepted Solutions (1)

Accepted Solutions (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Sorry you are having an issue. It is tough to tell what might be happening as there is a long trail from the page to the variable to the data resource to the destination to the backend (and probably a bunch of other places as well, including the network and authentication).

Generally, I try to find the place where the data is getting stuck. For example, I add an alert box in the logic for the variable and see if I get data back. Also note that if too much data is returned -- an issue with an unfiltered query to many SAP backends -- you will not see any data.

Isyraf_Afifi
Explorer
0 Kudos
You're right. The data definitely returning too much data and need to be filtered.

Answers (0)