hello,
i want to create a HTML table from GET Item, but i am not able to since there is no value returned. i get only the columns from the entry in SharePoint. anyone had the same case?
best
Solved! Go to Solution.
Hi @Alket,
The From field of an HTML table action expects an array. So, to use the Get Item result you would need to convert it into an array.
Try putting square brackets around the body of the Get item.
Hi @Alket,
The From field of an HTML table action expects an array. So, to use the Get Item result you would need to convert it into an array.
Try putting square brackets around the body of the Get item.
wow, that works.. thanks a lot...