how to remove tag from the html field when we export (excel) that the list.
From the list layout I was removed tag(<>) in the HTML fields by using system property (Go to sys_properties table and set the glide.ui.escape_html_list_field property to false), But when we export that list , Tag is showing. My question is: Can we r...