
Announcements
I am trying to help my coworkers who are swomped by online orders by extracting the data from the email they receive when an order is completed.
I have put comments marker in the HTML code of the email to easily extract data from the email
However, the Body output on V3 is not the same as the source code in the email.
Exemple,
I have this in the source code in outlook
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Hi <!-- NAM1 -->Yanni 99 <!-- NAM2 -->,</h1>
But in the Body output of V3:
<h1 style=\"font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0\">\r\nHi Yanni 99 ,</h1>
I really really need this to work as my Flow is all done and I was waiting on this for testing purposes to implement rapidly
Hi,
All of our Flow actions are passed through graph to handle processing and controlling of the values. It seems like the coding is different for the action due to it being formatted to be passed through graph. If you are extracting the data using Flow you should just have to use Flow's html and pass that through some split methods.
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.