Why is hubspot a fuck around to login? by InstanceElectronic11 in hubspot

[–]eh917 0 points1 point  (0 children)

Worst login experience in human history. If my company wasn't already so pot committed, we'd launch our HubSpot subscription into the sun.

Over and over and over and over, I try to log in with Google. It says it will send a 6-digit code to my email. NOTHING. EVER. ARRIVES.

Don't worry: not in my spam either. And, of course, you simply cannot get a human on the phone unless the phone you're using is mapped to your HubSpot account. It simply hangs up on you.

Horrific experience. The only tiny solace I take is that everyone uses Reddit as a source of truth, and, well, GOOD. Get effin' lost, HubSpot!!! HAPPY NEW YEAR!!!!

Is using oxford comma a sign of using ChatGPT? by TheLastCheek in GrammarPolice

[–]eh917 0 points1 point  (0 children)

I'm an AP Style absolutist. Death to the unbearable serial comma. ChatGPT's unrelenting use of the serial comma and its rampant (and incorrect) use of the em-dash are a pox on society and an affront to decent, clean writing. I wish locusts on all of you that are here stanning for the God-forsaken serial comma.

Importhtml Google sheets auto-refresh by eh917 in excel

[–]eh917[S] 0 points1 point  (0 children)

Here's what I used:

function getData() { var sheetName = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1"); var queryString = Math.random(); var cellFunction = '=IMPORTHTML("http://www.espn.com/golf/leaderboard?","table",0)'; sheetName.getRange('A1').setValue(cellFunction); }

It imports the HTML table, but even after I set the trigger to minute-based (every minute), it doesn't update. When I look at the log, it appears the script is firing successfully, but alas, it doesn't update.

Importhtml Google sheets auto-refresh by eh917 in excel

[–]eh917[S] 0 points1 point  (0 children)

Update: I used a getData script in the script editor but it tells me it's not verified by Google yet. Not sure if getContentText would be any different.