
Announcements
Hi Guys, I'm trying to get specific content from several emails I receive daily.
This is my flow:
my compose - Phone is the following command:
However, I have 2 fields named 'Telefone:'.
Doing the troubleshooting I've noted that when I apply split(body('Html_to_text'),'Telefone:') Both field names are gone and I'm not able to mark up the second field that imports to me.
So does anyone have some great tips/advice to solve it?
Thanks in advance.
Could you pls share the sample input data? As per my understanding, there are 2 telefone heading in the input and you want to fetch the second one. Is that correct?
Thanks