I created a flow that parses the text from the body of an email message for quotes that are sent by a lead generating company. I have used copies of their messages and sent the same messages to the "lead" shared mailbox and the flows parse and work correctly. However when the messages arrive from the lead generating company the extract is in a completely different format and the flow fails.
When I compare the 2 run histories, it "breaks down" during the "HTML to Text" part of the flow, the only difference is where the email originates from.
Below is an excerpt from the extracted text when I send test messages from my Outlook account to the shared mailbox that was created for the lead generation messages.
"APPLICANT",
"",
"Item",
"",
"Value",
"",
"Where do you host your clients?",
"",
"I work at another person's or business's location",
"",
"Do you have any employees (including a business partner) or independent",
"contractors?",
"",
"No",
"",
"Applicant First Name",
"",
"Bob",
"",
"Applicant Last Name",
"",
"Smith",
ETC.
When the message arrives to the same shared mailbox from the lead generating company it extracts the text as shown below:
"ItemValueWhere do you host your clients? I work at another person's or",
"business's location Do you have any employees (including a business partner) or",
"independent contractors? No Applicant First Name Bob Applicant Last Name",
"Smith........
I do not know why the text is being extracted differently not how to correct it.
I am just learning and if someone could point me in the right direction it would be appreciated.
Thank you.