Hello guys
I want to extract information from the body of an email and save this information in a sharepoint list according to each column/ information.
I tried following the flow of the picture, but it's not working . In "HTMl in text", I just put que "body" of the email.
In Compor = split(body('Html_to_text'),decodeUriComponent('%0A%0A'));
In Compor 1 = trim(split(outputs('Compose')[0],':')[1]);
Compor copy = split(body('Html_to_text'),decodeUriComponent('%0A%0A'));
Compor 2 =trim(split(outputs('Compose')[0],':')[2]);
After that, i select the outputs of Compor 1 and Compor 2 , and tested the flow , getting the 2 picture .
I dont know where the error is, can somebody help me ?