I want to call MyWebsite API and fetch the list of some dropdown values, then put them in an Attibute of Choice Datatype in Dataverse Table. Can you please tell me how can I achieve that?
Detailed steps I want to achieve -
1. Call My Website API (mywebsite.com/b2bapi/v2/functions/options)
2. Output of MyWebsite API -
{
"data": [
{
"name": "Chemicals",
"id": 1412
},
{
"name": "Engineering, Procurement and Construction",
"id": 1553
},
{
"name": "Finance/Banking",
"id": 1414
}]
}
3. Add 'name' and 'id' in 'Label' and 'Value' respectively in Dropdown Options(below screenshot)
Note: I don't want to add the options manually.


Report
All responses (
Answers (