I have invoice data as JSON with line items as an array of objects, i'm trying to render invoice data with adaptivecards-templating engine, able to render json object but unable to render array of objects as rows.
I'm passing data conext as ${lineAttributes}
but mbf I'm getting datacontext as like this "$data":"[object Object],[object Object]"
and passing