Community Center | Not monitored
Tag not monitored by Microsoft.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
{
"participants": [
{
"lastName": "test",
"email": "testemail",
},
{
"lastName": "test2",
"email": "testemail2",
}
],
}
i used this json in excel powerquery,
it shows
participants
List
and i clicked List, it shows
Record
Record
and i clicked Record, it shows data.
i want show rawtext not List
like
participants
{"lastName" : "test", "email" : "testemail"}, {"lastName" : "test2", "email" : "testemail2"}
what can i do?
Tag not monitored by Microsoft.