Gergely Imreh
04/25/2023, 5:34 AM{
"status_reports": {
"6509036": {
"color": "green",
"description": "All OK",
"id": "6509036"
},
"6509037": {
"color": "yellow",
"description": "Watch out",
"id": "6509037"
},
....
So here, 6509036 is an ID for a record, etc…. I can use the first record selector as status_reports but then it’s not clear if I can flip that the properties to become a list themselves? I don’t need to keep the key as the ID is repeated inside that object.
(or whether I will need to go to the HTTP API based one just to do this transformation)Gergely Imreh
04/25/2023, 5:43 AM* as a selector 🤦