SheetMagic: ChatGPT + Google Sheets Integration Questions

Showing 1 - 20 of 550 questions

Q: How to Get Hyper link within the button

Hi,

I have doubt how to use "getSelector" to get HREF value within a button for example:

<a target="_blank" href="https://example.website" id="AddToCart" class="single-add-to-cart-button button accent button--primary" style="flex-grow: 1;">
<span class="add-to-cart-button--text">Buy Now</span>
</a>

Thank you

Alston_AlstonAntony.comDec 20, 2024
See detail
Share
Helpful?

Q: Dall-E Integration

I have a question about the enterprise plan as I'll be using this for bulk content:

1. Can I automate the entire content creation process including a) creating content in GPT, b) creating an image using Dall-E and c) automating the content from GPT / Dall-E directly into Google Sheets?

matt9035Dec 13, 2024
See detail
Founder Team
Curran35278

Curran35278

Dec 13, 2024

A: Yep! You can use the =aiimage() function for Dall-E generations

Share
Helpful?

Q: any problems?

yesterday I used your tool for the first time, but I think you have some problems, no command works when I insert the reading of a cell, the only one that works is the aiimage
I also tried copying your prompts, eg =AITEXT("what do you think of " , A1)
instead if I query chatgpt without reading the cells, everything works
I wrote to support but I didn't receive an answer

roberto211Dec 6, 2024
See detail
Founder Team
Curran35278

Curran35278

Dec 6, 2024

A: What is the error message if you hover over where it says #ERROR in the cell? It will likely tell you the issue there.

Just responded to your support inquiry too! We typically have a 1-2 business day turnaround on support questions so it's best to check the docs for your error

Share
Helpful?

Q: Can Ecommerce related elements be scraped, like product price and titles etc?

waleedkPLUSDec 4, 2024
See detail
Founder Team
Curran35278

Curran35278

Dec 4, 2024

A: Yes, we just implemented a =getSelector() function where you can input any selector (like a class or id) and scrape that element from different pages.

Here's the guide: https://sheetmagic.ai/how-to-use-getselector-function/

Best,
Curran

Share
Helpful?

Q: Does scraping function works on any website including website that block scraper?

unknown_userDec 4, 2024
See detail
Founder Team
Curran35278

Curran35278

Dec 4, 2024

A: We do some things to get around blockers, but it won't work on every single site to be 100% honest. For example, LinkedIn doesn't work unfortunately.

Share
Helpful?