@v-yueyun-msft here is the sample output data. I would like to use Email.
{
"statusCode": 200,
"headers": {
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-request-id": "a7394be8-22ee-46ae-bf38-fe50a8a91b08",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"x-ms-connection-gateway-object-id": "48938ae0-851d-465d-9cb1-ae8f550396db",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Sun, 24 Mar 2024 03:59:25 GMT",
"Content-Type": "application/json; charset=utf-8; odata.metadata=minimal",
"Content-Length": "2440733",
"Expires": "-1"
},
"body": {
"ResultSets": {
"Table1": [
{
"DisplayName": "LN, FN1",
"Email": "UserFirstName1@xxx.com",
"EmployeeNumber": "0000003",
"AccountName": "XXXX",
"Status": "T"
},
{
DisplayName": "LN, FN2",
"Email": "FN1_LN@xxx.com",
"EmployeeNumber": "0000005",
"AccountName": "XXXX",
"Status": "T"
},
{
DisplayName": "LN, FN2",
"Email": "UserFirstName2@xxx.com",
"EmployeeNumber": "0000007",
"AccountName": "XXXX",
"Status": "T"
}
]
},
"OutputParameters": {}
}
}