Create HTML FROM ARRAY ITEMS INSIDE AN ARRAY

Copper Contributor

How to convert items inside array which is an array to action create html.

 

 

sample data:

[[name, quantity, stock], [pen, 0, 0, 0], [bag, 0, 0,0 ]]

 

name quantity and stock are column values. The rest of the arrays are row values. The example is somewhat similar when you requested to MSGraphAPI using Range address from an excel

 

error The property 'columns' must be specified unless the 'from' property value is an array of objects.

 

Anyone knows how to solve this issue? Thanks in advance.

you can use this url for testing and look for the json response key named values

https://graph.microsoft.com/v1.0/me/drive/items/01BYE5RZZ5OJSCSRM6BZDY7ZEFZ3NJ2QAY/workbook/workshee...

 

0 Replies