If you want to select only Email2 and the Status then you need to mention as below in the Map
You can keep the Key anything like Email2 or Email, but the value should be the same as the above output which is Email2
Key - Email and Enter Value will be Item()?['Email2']
Key - Status and Enter Value will be Item()?['Status']
By above you will be selected only the Email2 and Status
IF you want only Status into another array then
Key - Status and Enter Value will be Item()?['Status']
If I have answered your question, please mark it as the Answered. If you like my response, please give it a Like. Regards, Srini
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.