Hello team, I hope you can help me here, I have a SharePoint list, it has multiple items, but basically one item looks like the one below:
The question is if there is a way to create an array like the one below:
[
{
Column A: Item Z
Column B: cat 2
Column C: 5
},
{
Column A: Item B
Column B: cat 4
Column C: 8
},
{
Column A: Item A
Column B: cat 1
Column C: 9
}
]