I have a flow which essentially gets the value of a field from an on-premise database and feeds it as a parameter of an on-premise stored procedure. The get rows block (named Get_NL_TRAN_ID) provides the following output:

After, I am feeding CTL_SEQ_NUMBER to a stored procedure by using: body('Get_NL_TRAN_ID')?['value'] and am getting the following:

It seems I am not referencing the CTL_SEQ_NUMBER field appropriately. How can I do this please?