Hello masters,
I am totally new to Microsoft Flow and I have been trying my luck to get started with it to complete a sample task automatically. I have sent an bulk email to all my customers requesting them to register for the webinar. Once they register I get an automated email from system in html format. I am trying to build a flow to get their details and put it in a excel online list which is stored on my onedrive for business.
- Trigger and Data Connections worked well.
- I also managed to convert the email body to text from its original html format using Html_to_text step.
- I managed to store that converted plain text into a variable called 'EmailBody'
From the above step onwards the issues starts, I have got an information in following format:
Webinar registration (webinar_reg-bah)
Company : <Customer Business Name>
Name: <Customer Full Name>
Email: xxxx@xxx.xxx.xx
phone: xxxxxxxx
position: <Designation>
I need help to extract the exact information from above and put it in the appropriate columns in the excel table. Since I do not know exact length of strings I am unable to define it in any numeral form.
Any help on the above issue is highly appreciated.
Thank you
Kedar