Hi All
I am trying to create an email with nicely formatted list of items and it is not working for me.
So I create a header string ( | col1 | col2 | col2
|-----------|:-----------:|-----------:| )
And than I create string variable "lines" , get a list of items from Sharepoint list and do Apply to each:
| @{items('Apply_to_each_Capx_Item')?['Quantity']} | @{items('Apply_to_each_Capx_Item')?['Item']} | @{items('Apply_to_each_Capx_Item')?['Price']} | @{items('Apply_to_each_Capx_Item')?['TotalCost']} |
All the marking just appears in the email.
HTML is not good as its for Approval email which doesnt seem to support HTML .
Thanks