Model Context Protocol (MCP) finally gives AI models a way to access the business data needed to make them really useful at work. CData MCP Servers have the depth and performance to make sure AI has access to all of the answers.
Try them now for free →Build Apps with Live SAP Ariba Source data in Adalo using CData Connect Cloud
Use CData Connect Cloud to integrate live SAP Ariba Source data into the Adalo platform and build custom mobile and web applications with real-time SAP Ariba Source data.
Adalo is a no-code platform used to build custom mobile and web applications without needing programming skills. It allows users to design interfaces, manage databases, and integrate functionality through simple drag-and-drop tools, making app development accessible and efficient. When combined with CData Connect Cloud, it provides access to SAP Ariba Source data to build custom applications and more.
This article explains how to use CData Connect Cloud to create a live connection to SAP Ariba Source and how to connect and access live SAP Ariba Source data from the Adalo platform.
Configure SAP Ariba Source connectivity for Adalo in CData Connect Cloud
To work with SAP Ariba Source data in Adalo, you need to connect to SAP Ariba Source from Connect Cloud, provide user access to the connection, and create an OData endpoint for SAP Ariba Source data.
Additionally, you need to generate a Personal Access Token (PAT) on the Settings page. Be sure to copy it down, as it serves as your password during authentication.
Follow the steps below to configure SAP Ariba Source connectivity for Adalo. For more information, see the Connections section of the Help documentation.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "SAP Ariba Source" from the Add Connection panel
-
Enter the necessary authentication properties to connect to SAP Ariba Source.
In order to connect with SAP Ariba Source, set the following:
- API: Specify which API you would like the provider to retrieve SAP Ariba data from. Select the Supplier, Sourcing Project Management, or Contract API based on your business role (possible values are SupplierDataAPIWithPaginationV4, SourcingProjectManagementAPIV2, or ContractAPIV1).
- DataCenter: The data center where your account's data is hosted.
- Realm: The name of the site you want to access.
- Environment: Indicate whether you are connecting to a test or production environment (possible values are TEST or PRODUCTION).
If you are connecting to the Supplier Data API or the Contract API, additionally set the following:
- User: Id of the user on whose behalf API calls are invoked.
- PasswordAdapter: The password associated with the authenticating User.
If you're connecting to the Supplier API, set ProjectId to the Id of the sourcing project you want to retrieve data from.
Authenticating with OAuth
After setting connection properties, you need to configure OAuth connectivity to authenticate.
- Set AuthScheme to OAuthClient.
- Register an application with the service to obtain the APIKey, OAuthClientId and OAuthClientSecret.
For more information on creating an OAuth application, refer to the Help documentation.
Automatic OAuth
After setting the following, you are ready to connect:
-
APIKey: The Application key in your app settings.
OAuthClientId: The OAuth Client Id in your app settings.
OAuthClientSecret: The OAuth Secret in your app settings.
When you connect, the provider automatically completes the OAuth process:
- The provider obtains an access token from SAP Ariba and uses it to request data.
- The provider refreshes the access token automatically when it expires.
- The OAuth values are saved in memory relative to the location specified in OAuthSettingsLocation.
- Click Create & Test
- Navigate to the Permissions tab in the Add SAP Ariba Source Connection page and update the User-based permissions.
Add a SAP Ariba Source OData endpoint to CData Connect Cloud
Once you're connected to SAP Ariba Source, create an OData endpoint for the desired table.
- Go to the OData page from the left panel. Click Add and select Connections from the Add Entity Set window.
- Select your SAP Ariba Source connection (for example, SAP Ariba Source1) and click Next.
- Select the table you want to use and click Confirm to create a new OData endpoint.
- Save the endpoint to connect SAP Ariba Source with Adalo in the next section.
With the connection and OData endpoint configured, you can connect to SAP Ariba Source data from Adalo.

NOTE: You can also do the same using the Virtual Datasets functionality in CData Connect Cloud. Refer to this YouTube link or our product documentation to learn more about the Virtual Datasets.
Build a custom app with Adalo
After configuring CData Connect Cloud, you can begin developing the Adalo app using SAP Ariba Source data.
- Click on CREATE NEW APP.
- Select Desktop Web App and click on Next.
- You can choose any template, but for testing purposes, we've chosen a Blank template.
- Finally, add an app name and choose a color scheme, and your app is ready to go!
Registering external collections
Adalo uses a data structure called Collection to manage app data and offers a feature called External Collections with APIs, which lets you seamlessly integrate Collection with external APIs. Use this feature to connect to Connect Cloud.
- After creating an app, you first need to register a Collection, which is a definition for handling data within the Adalo app. There are two types of Collections: Database Collections, which are like Adalo's own internal database, and External Collections, which allow access to external APIs. In this case, we will access an external API, registering it as an External Collection.
- On the External Collections registration screen, click on ADD COLLECTION to enter the collection name (any name of your choice), and provide the API base URL endpoint (OData endpoint registered on Connect Cloud). Make sure to add "/(table)" to the OData URL to access the specific endpoint. (Refer to the image given for reference)
- In order to authenticate, you need a base64 authorization header comprising your username and PAT, joined by a colon. For example, user@mydomain.com:MY_PAT. You can use a scripting tool, web tool, or other application to create this header.
Using Postman to generate the Authorization header
- Open the Postman application. Enter the OData URL mentioned in the previous step for a GET request on Postman. Click on the Authorization tab and select Auth Type as "Basic Auth". Enter the Username and Password as follows and click on Send:
- Username: Connect Cloud Username
- Password: PAT generated on Connect Cloud
- Go to the Headers tab and copy/save the value of the Authorization key.
- Open the Postman application. Enter the OData URL mentioned in the previous step for a GET request on Postman. Click on the Authorization tab and select Auth Type as "Basic Auth". Enter the Username and Password as follows and click on Send:
- Back in Adalo, click on ADD ITEM and select Header.
- Enter the details in the Header section as follows:
- Name: "Authorization"
- Value: Authorization key value copied in the previous step
- Select Done and click on Next.
- Select Get All and enter "value" in the Results Key section. Click on Done and Next.
- Now, to test the API setup, click on RUN TEST. If you finally see the message and response shown below, the creation of External Collections is complete.
Creating a list screen
After configuring CData Connect Cloud, you can now begin developing the app on Adalo using SAP Ariba Source data.
- First, click the + button in the upper right corner of the Adalo screen to display the list screen, then drag and drop "Simple List" onto the screen.
- Once the layout is complete as shown below, link the External Collections definition you created earlier to What is this a list of?
- Click on "Add Magic Text" button (as shown) to add the "Title" and "Subtitle" to the data items you want to obtain.
- Now, click on View App in the top right corner of the screen and select Staging Preview.
- You can now view the SAP Ariba Source data in the app created on Adalo.
Live connections to SAP Ariba Source data from cloud applications
Adalo now allows you to connect to live SAP Ariba Source data directly, allowing you to create more connections and apps without duplicating SAP Ariba Source data.
To get real-time data access to over 100 SaaS, big data, and NoSQL sources directly from your cloud applications, visit CData Connect Cloud.