Hello,
In an html table viewed in outlook can I remove or blank out the product if there is no value in the qty of bottles column.
In the top table I want to remove Balvenie Doublewood 12yo or the second table Aerstone Sea Cask
For the points table I have
if(greater(item()?['PointsQuantity'],0),item()?['Product'],null)
Any ideas
Ross