Hi,
Hi have a nested json file imported to excel, power query, they successfully tranforme to a table the values, but in the third column for example, there is a [Record] value, I want to write in each row the content of the json instead of the [Record], I don't want to transforme again in tables, I want the value of the record. Anyone can help to accomplish that?
Column1.name Column2.typebody Column2.registo
| Teste | teste2 | [Record] |
| signal | GET | [Record] |
Thank you