Dear Experts,
I am struggling to get part of text from a string in power apps.
For example, my text field is:
User1 <user1@gmail.com>; User2 <user2@yahoo.com> ; User3 <user3@hotmail.com
I would like to extract all emails (meaning texts in between "<" and ">") from the above string. Desired output: user1@gmail.com; user2@yahoo.com; user3@hotmail.com
I have tried using SPLIT and FIND functions but to no avail.

Report
All responses (
Answers (