question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[UPDATE] Google Sheets Add Single Row

See original GitHub issue

We need to make a couple updates to the latest Add Single Row GSheets action (v 2.0.0):

  • If hasHeaders is set to Yes and I am entering data in individual cells (not passing an array), we should handle empty strings the same way we do in the sanitizedArray 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:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
vellamescommented, Jan 28, 2022

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 😃

0reactions
vellamescommented, Feb 3, 2022

Looks like everything is working so far Screen Shot 2022-02-03 at 4 20 52 PM

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found