export nested infotable in excel
Is it possible to export nested infotable in excel:
I have a infotable which contains an other infotable. I'm struggling with displaying the data from the nested infotable.
InfoTable A : {
name: "toto",
address: { number: "2", road: "pin"}
}
I can easily display name by referencing it with {{name}} in excel template but i'm not able to reference number and road. Any idea ?
Thanks.
