Hello Everyone,
I am using Get items to retrieve information from a SharePoint list and then using Select statement I am creating the mapping for the necessary columns. In this Select statement there are 15 columns selected and the number of rows created are dynamic based on input parameters.
Output of this select statement is being used to create CSV file, which is send out to user's email ID. The file contains values from different type of SharePoint columns, Text, Numerical, Multi-select, Single select, Plain text, Date field. But the problem is all mapped columns values are getting capture properly except the HTML column created as " Rich text (Bold, italics, text alignment, hyperlinks)" in SharePoint list. This column contains the output as
<div class="ExternalClassB"><a href=file link=c131b&csf=1&web=1&e=EndGIR">Actual Text</a></div>
Can someone help me how I can remove the HTML tags from this file?

