HI Community,
I have an JSON data column, that has a JSON tree structured data in it (screenshot of data below and dataset attached) . I'm struggling to convert this to a table into the following format:
| Parent 1 | Parent 2 | Parent 3 | Parent 4 | Value |
| 123 | 324 | 234 | | 124,3 |
| 121 | 232 | | | 165,5 |
| 165 | 434 | 254 | 124 | 432,4 |
Is this possible to do with Alreryx and if it is, how ? :=)

Thanks!