Hello
what I need to achieve is the table inside the html string to be send through native.showPopup(“mail”)
I need something like this in the letter:
- value1
- value2
- value3
When I display a table like this on the screen I use a combination of loops to display a table. However I can’t come up with the way to insert this sort of the table into html string. I tried turning a table to Json and then stripping it off brackets and quotes, but string.gsub doesn’t work with square brackets.
Do you have any ideas how to do this?