About updating data in Salesforce through Google Sheets

Hello everyone, I’m creating my first workflow in Pipedream, and it involves periodically updating records in Salesforce through a Google Sheets spreadsheet. However, I’m not sure how to fetch the IDs in a list format, for example, in column A, instead of just as values like {{steps.get_values_in_range.$return_value[0][0]}}. What would the function look like to pull the entire column?