Hi Team,
I have a table in SQL - which has the values below
| ID | Stage | Comments |
| 101 | 1 | Completed |
| 101 | 2 | In Progress |
| 101 | 3 | In Progress |
| 102 | 1 | completed |
| 102 | 2 | completed |
| 102 | 3 | In Progress |
I am using MS power Automate - I have used Get Rows with Filter Query (Please refer attached image aa1).
As per the above table there are 2 ID's having stage 3 as 'In Progress'.
I am using Compose to get the values from Get rows (Please refer attached image aa2)
I want to fetch only the 'ID' value but in the screen shot "aa3".
I can see "@odata.etag", "ItemInternalID", "ID".
Please help me separate the ID values only.


Thanks-Sarath