Convert HTML to Text in Power Automate
We got a requirement from the customer to automate the server status details. There ill daily email alert trigger from server to Shared email box. We have created a flow based on the email alert triggered to Shared mail box as below
Once we get the string i am using the string options to extract the required text and converting the string to JSONformat by applying the loops.
Based on the Subject, Trigger will identify the email. In the trigger condition we have mentioned not to trigger if the Subject contains RE or FW.
Once we get the email to extract the content, using HTML to Text conversion action. In HTML to Text conversion email text will convert to string.
Once we get the string i am using the string options to extract the required text and converting the string to JSONformat by applying the loops.
Comments