Populate Dropdown with Products
Populate a dropdown field with product data, so that you can provide the user with a choice field.
You will learn
- How to create a data source to SAP data
- How to make a call to an SAP backend API
- How to populate a dropdown list from backend data
Prerequisites
- You have completed the the tutorial Create SAP Build App to Trigger Workflow
Previously, we created an input box for the user to enter a material ID for the sales order. Now, we want to make a call to an SAP backend, retrieve product data, and populate a dropdown box so the user can choose from a list of products.













