HI Team & @Mevi
As soon as I go to the page (order details) where I would like to show all categories in the drop-down to filter the products in the order detailing page.
Please see the rest response in the attached JSON.
Response JSON.txt (20.9 KB)
We are able to repeat the attached JSON but the below formula at drop down list causes system crash
MAP(data[“GetOrderDetails1-single”].entries, {“label”:item.categoryName,“value”:item.categoryName)
[
{
“label”: “CORE_RANGE”,
“value”: “CORE_RANGE”
},
{
“label”: “CORE_RANGE”,
“value”: “CORE_RANGE”
}
]
If “data[“GetOrderDetails1-single”].entries” get iterates then the app get crashed. Please help me how to get the categories alone
Thanks
Kishore.