You can get a cell value from Smartsheet and pull it into the workflow.
https://api.smartsheet.com/2.0/sheets/SHEET_ID/rows/ROW_ID/columns/COLUMN_ID/history
application/json
SMARTSHEET_API_KEY
$.data[0].displayValue
https://api.smartsheet.com/2.0/sheets/SHEET_ID/rows/
application/json
SMARTSHEET_API_KEY
"toTop": "true"
). In case you want to place it at the bottom use ("toBottom": "true"
).
$.result[0].id