How to dynamically display component in visual builder as per the count of records i
Summary:
Hi Experts
I have a response from a REST API i.e. for each BU there will different criteria like below i.e. Projection Name, Projection Status, projection, Projection Approval Status, Projection Status, Projection1 Status which i get from the response of a REST API like below
{
"items" : [ {"type" : "projectionName"} ,{"type" : "projectionStatus"},{"type" : "projection"}…… …]
}
If there are 6 types then show 6 select single components as shown below and if the API returns 5 types then show 5 select single components and each select single component must have their own event action chain i.e. on selection of value or to store the value.
Tagged:
0