Hi there, i have a list of objects and i want to use the MAP function to create a new list of objects, that matches the type for dropdown component.
the list should be like this
Do you know how to structure the map function?
Thanks
Hi there, i have a list of objects and i want to use the MAP function to create a new list of objects, that matches the type for dropdown component.
the list should be like this
Do you know how to structure the map function?
Thanks
Just made it
MAP(outputs[“Get record collection”].records, {label: item.projectname, value: item.projectno})
(so proud i can use the map function by myself )