Hello,
I'm stuck with this task of extracting specific information from the body of the email (Attached) to MS excel. From the long email that is generated everytime a ticket is booked with the agency, I want to extract just the employee ID, flight #, booking ID, and the destination and arrival city and country of each leg in an excel file
I tried using different expressions to get these specific info from the email but couldn't get the required info to MS Excel.
split(outputs('Html_to_text')[4],':')[1]
first(skip(split(body('Html_to_text'),'Flight: '),1))
first(skip(split(body('Html_to_text'),'Flight: '),4))
Any help would be much appreciated.
Regards,
Raam