Hi Xano community,
Im trying to trasnform 2 lists into a list of objects where each item in the list becomes a new object
I added the above and get the results as
So instead of teh above I want to get
{
Placement: 1
Budget: 10000
Placement: 2
Budget: 10000
Placement: 3
Budget: 10000
}
Any guidace is much appreacite it !