I'd like to work with nested data in a multi-step form. The data structure looks like this:
[
{
"id": "5ca67a4b-cbcf-4851-8dcb-2bf5c8f5b5d5",
"createDate": "1621287160000",
"location": { "id": 12, "text": "City1" },
"symbol": "shadow",
"name": "Komfort",
"active": true,
"bcon": false,
"user": "cdunkersley0@pcworld.com",
"bas": "3DGIP0XJDNCJNRJKGS8XD6NHPBTNKTJ608S0UJ01X5P",
"description": "aliquam augue quam sollicitudin vitae consectetuer eget rutrum at lorem integer tincidunt ante",
"channelData": [
{
"channel": {
"id": "43e185d0-2f8c-4975-9e73-40412c03a1f1",
"name": "Lichtschalter"
},
"datapoint": {
"id": "f74ba945-b0e3-43f7-a17e-918623fd03b8",
"bas": "g60hm6owrhk4hcbtul6l2icuw1wlkeg",
"tag": "bdya|98e5lc|1wa8qv7u",
"type": "float",
"description": "id ornare imperdiet sapien urna pretium nisl ut volutpat"
}
},
{
"channel": {
"id": "9b369139-a0ef-404e-b7ec-2b9ca3f4471e",
"name": "Verdunkelungsregler"
},
"datapoint": {
"id": "b64b5e00-ccfc-489a-ac03-02f9491d8ad6",
"bas": "5zz7jkh4gyems6fppt9v5wqdqgoe92r",
"tag": "x3vj|ttqqz9|qo6pxmks",
"type": "float",
"description": "odio donec vitae nisi nam ultrices libero non mattis"
}
}
]
},
...
]