I'm trying to build a flow that will extract the email from the description field of a Planner task. Currently my flow has 3 steps- When a task is completed, Get task details and Compose. The input value for the Compose is the dynamic content [description] from the Get task details. When I run the flow, it runs as expected and Compose is returning everything in the description field. My question is how do I get it to only return the individual's email? I don't know how to write the expression to only extract the email. Below is the output from Compose and some screen shots.
Output from Compose:
Request Details:
Requestor Email: my.email@yahoo.com
Date of Request: 2025-02-12
Name of person submitting request: Mike Jones
Contact Phone Number:741-855-7050
Property Address: 150 E Fourth Street
Services Needed: Dishwasher is not working.
Time Submitted: 2/12/2025 4:39:23 PM
Raw output:
"Request Details:\r\nRequestor Email: my.email@yahoo.com\r\nDate of Request: 2025-02-12\r\nName of person submitting request: Mike Jones\r\nContact Phone Number:741-855-7050\r\nProperty Address: 150 E Fourth Street\r\nServices Needed: Dishwasher is not working.\r\nTime Submitted: 2/12/2025 4:39:23 PM"