MikeP
3 years agoNew Contributor II
How can we "prettify" a Json data section presented in an email with the HTML table template type chosen?
Hello community, is there anyway we can manipulate a part of a document for a json section to make it more reader friendly ie prettify it, especially in the html table format option in the Email sender snap. So it doesn’t look bunched in the email body, in a table column and much more reader friendly. This is a small example of the problem:-
So its maybe looks like this in the email body when its rendered :-
{
“Results”:{
“Title”:" Results 2",
“FileInfo”:{
“Files”:[
{
“Name”:“OLD”,
“Type”:“Directory”
}
]
}
},
“Files”:[
{
“Name”:“OLD”,
“Type”:“Directory”
}
]
}
Ok so the editor had screwed the tabbing structure up here, but you get the idea!
Any help appreciated.
Many thanks,
Mike