[UPDATE] Google Sheets Add Single Row
See original GitHub issueWe need to make a couple updates to the latest Add Single Row GSheets action (v 2.0.0):
- If
hasHeaders
is set toYes
and I am entering data in individual cells (not passing an array), we should handle empty strings the same way we do in thesanitizedArray
helper (update each cell w/ an empty string). This is the current behavior, this is my expectation. - We should also stringify anything that is passed in those fields (right now we throw an ugly error)
- Bonus points: when we stringify an input, let’s note that in the
$summary
output (something like, “We detected something other than a string in one of the fields and automatically converted it to a string…”
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Add rows in Google Sheets, delete, freeze or unlock lines
Insert one row to Google Sheets. Right-click the number of that row where you'd like to add one more and choose to insert...
Read more >Add Single Row with Google Sheets API - Pipedream
Create a workflow to Add Single Row with the Google Sheets API. When you configure and deploy the workflow, it will run on...
Read more >How to Clear, Delete, Insert, and Replace Row using Google ...
In this video, I demonstrate how to clear, delete, insert, and replace rows using Google Apps Script on Google Sheets.
Read more >Adding and Deleting Columns and Rows in Google Sheets
Everything you need to know about adding and deleting Columns and Rows in Google Sheets, from single row, multi-row options, and hot keys....
Read more >Finding and Updating Rows in Google Sheets - Zapier Help
You can update a row dynamically in Google Sheets by adding two actions to your Zap: A Lookup Spreadsheet Row search action to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @dannyroosevelt. Sure, I can take a look. I started to work on MongoDB new actions again in order to apply the suggestions. As soon as I submit MongoDB new actions I will start to take a look here 😃
Looks like everything is working so far