Hello 😊 So I am facing a blocker in one of my flows. I am fetching the data from Azure DevOps from the Query Results.

The field 'Assigned To' contains the value in the format 'NameSurname<EmailId>' for e.g., 'XyzAbc<xyzabc@domain.com>'. Before creating the HTML table and sending it in the email, I have to separate both the Full name and EmailId, which I have done using Apply to each step.

I get Full Name in Compose_2 and emailId in Compose_4. Now I need to create a HTML Table which will have the Work Item ID, Full Name and EmailId columns. For that I need to first map the columns and outputs in Select. But I do not know what to use as an input in Select..? I have faced this scenario 1st time. Any help will be much appreciated 👍
