If we have a List Rows action, then we can get the first element using the below express
first(outputs(‘List_rows’)?[‘body/value’])?[’emailaddress1′]
Replace emailaddress1 with the column you would like to retrieve.

If we have a List Rows action, then we can get the first element using the below express
first(outputs(‘List_rows’)?[‘body/value’])?[’emailaddress1′]
Replace emailaddress1 with the column you would like to retrieve.
