You can easily send data to Google Sheets, create rows or find information in spreadsheets and send it back to workflows.
https://sheets.googleapis.com/v4/spreadsheets/SPREADSHEET_ID/values/SHEET_NAME!CELL_RANGE:append?valueInputOption=user_entered
https://sheets.googleapis.com/v4/spreadsheets/SPREADSHEET_ID/values/SHEET_NAME!CELL_RANGE:append?valueInputOption=user_entered
$.updates.updatedRange
.
https://sheets.googleapis.com/v4/spreadsheets/SHEET_ID/values/RANGE_REFERENCE?valueInputOption=USER_ENTERED
RANGE_REFERENCE
with a data reference to your integration step range variable. Click the button to select the data reference.https://sheets.googleapis.com/v4/spreadsheets/SPREADSHEET_ID/:batchUpdate
\
from around the \SEARCH_KEY.https://sheets.googleapis.com/v4/spreadsheets/SPREADSHEET_ID/values/SHEET_NAME!RANGE?valueInputOption=user_entered&includeValuesInResponse=true
https://sheets.googleapis.com/v4/spreadsheets/SPREADSHEET_ID/values/SHEET_NAME!RANGE/
Make sure to change the dataset values to your own.$.values.[*]
.
$.values
.$.updatedData.values[0][0]
spreadsheet_ID
of the spreadsheet you’ll be using.
See how to get the ID…
https://sheets.googleapis.com/v4/spreadsheets/SPREADSHEET_ID:batchUpdate
$.replies[0].addSheet.properties.sheetId
.spreadsheet_ID
of the spreadsheet you’ll be using. See how to get the ID…