Hi Support,
I have an issue with table rendering, I want to render dynamically table columns instead of rows, 
this is the result, and i want to add more columns based on the content of the JSON. From what i read in the documentation this scenario can't be replicated, also the transpose functionality is not available within powerpoint, making this not feasable.
Do you have a way around it?
What i was thinking about was to have a max number of people, hardcode the table let's say from person 1 to 5 and try to use conditional to not render let's say person 3 if it doesn't exist.
and use a JSON structure like this one:
{
"persons":[
{
"person0":"address",
"person1":"person1address",
"person2":"person2address",
"person3":"person3address"
},
{
"person0":"name",
"person1":"person1name",
"person2":"person2aname",
"person3":"person3namr"
},
{
"person0":"surname",
"person1":"person1surname",
"person2":"person2surname",
"person3":"person3surname"
},
