Hi @Expiscornovus
Here's the screenshot of my flow from array variable to sql get rows v2 and append to array variable.

Below is the SQL Get Rows v2 Outputs
{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"x-ms-request-id": "d6477811-19cb-425a-a07c-8e43962a07c3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"x-ms-connection-gateway-object-id": "07807ecc-61c7-436a-869c-cfcf161f434f",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "true",
"Cache-Control": "no-store, no-cache",
"Date": "Tue, 12 Jul 2022 06:09:55 GMT",
"Content-Type": "application/json; charset=utf-8; odata.metadata=minimal",
"Expires": "-1",
"Content-Length": "1374"
},
"body": {
"@odata.context": "https://asia-001.azure-apim.net/apim/sql/409448f6testtest/$metadata#datasets('default%2Cdefault')/tables('%5Bdbo%5D.%5BvwCRW%5D')/items",
"value": [
{
"@odata.etag": "",
"ItemInternalId": "906fe260-c67a-49fb-a32e-f6facf75c907",
"id": 8259,
"control_number": "P-CR003920",
"cr_date": "2021-12-13T00:00:00Z",
"company_id": 1,
"code_count": 3920,
"cr_no": "CR# 03320",
"pr_no": "25342",
"pr_date": "12/10/2021",
"with_tin": "",
"customer_name": "RELIGIOUS OF THE VIRGIN MARY (RVM)"
}
]
}
}
I'm thinking if my flow is redundant for the data, since I have get rows and also make to append the rows to an array variable. I just want to get the "pr_no" and "customer_name". I'm not sure if I can directly access the action SQL Get Rows to get the column I want and put it on my email send action?