Hello,
i created a flow using when a new email arrives as the trigger and then the content of email for example would be like this

and then i extract the content using this expression
last(split(variables('EmailKonten')[0],'>'))
but it returns : ["adham.hakim@ASABA.CO.ID","adhamfakhri97@hotmail.com;"]
how should i do so i can get the value exactly same from content of my email?
Thank you