Question
Restful API List into a dropdown issue
I am new to PEGA and I am creating an RESTful API that will input one filed, Make_Name in to the drop down. I can not figure out how to take the RESTful API created in PEGA and put it in to the dropdown. I have made the datapage into a list and that is about it. I know I have to make an activity to call the Connect-Rest and also response data-transform, but I am unsure how to incorporate it all when I assign the datapage to the dropdown. Any help would be great. I looked up alot of documentation but none of it helps.
Here is the api (not inside pega)
Hi,
1. Run Designer studio->Integration->Create Rest Integration
2. It will create a data page. I renamed it as :D_GetAllmakes"
3.Now have a property ".VehicleMake" against which you want to store the selected make from the dropdown.
4. Have a below setting on the dropdown:
5. On running the case, it will be something like this:
Let me know if this is what you wished for.
I will change this data page to node level as this is a huge page and takes some time to load.