<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Re: Use Gemini AI in Google Sheets to fill data easily! in Retail &amp; eCommerce</title>
    <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/821866#M3086</link>
    <description>&lt;P&gt;This is great!&lt;BR /&gt;Appreciate you sharing this with the community&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Question regarding this setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Could this be used to adjust different Columns?&lt;/LI&gt;&lt;LI&gt;Example: Rename Items to follow a similar Naming Scheme/Structure&lt;/LI&gt;&lt;LI&gt;Example: Adjust Parent Categories, and Subcategories&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We currently have a large inventory and we would need to adjust all of names to improve SEO and organize our Square for Retail setup.&lt;BR /&gt;&lt;BR /&gt;Any advice or info would be appreciated. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 21:20:06 GMT</pubDate>
    <dc:creator>cscstore</dc:creator>
    <dc:date>2025-10-20T21:20:06Z</dc:date>
    <item>
      <title>Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/806765#M2979</link>
      <description>&lt;P&gt;I hate gate keepers, here is a tip that is a game changer for me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is a simple code you can drop into Google spreadsheets to populate data and give AI context at the same time, in this example I created a few helper rows to isolate cells that were in need of SEO Titles - something I have LONG neglected in my 2700+ item catalog. This allows me to handle hundreds of cells in minutes instead of hours.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The additional helper column to ensure I was only editing the first row of an item with variations was:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=IF(D2="","",COUNTIF(FILTER($D$2:D2,$D$2:D2=D2),D2))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=AI("You are an SEO copywriter for JT Pets, a Hamilton pet store offering natural pet foods, supplies, and free local delivery. Write a short SEO product title under 60 characters. Highlight the product: " &amp;amp; E3 &amp;amp; ". Use this description for context: " &amp;amp; I3 &amp;amp; ". Category: " &amp;amp; J3 &amp;amp; ". Include a benefit (natural, healthy, durable, local, etc.) and mention JT Pets or free delivery if it fits naturally. Output only the title.")&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JTPets_0-1755997191399.png" style="width: 999px;"&gt;&lt;img src="https://community.squareup.com/t5/image/serverpage/image-id/52430iB346DAB3DB92F188/image-size/large?v=v2&amp;amp;px=999" role="button" title="JTPets_0-1755997191399.png" alt="JTPets_0-1755997191399.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2025 01:34:36 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/806765#M2979</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2025-08-24T01:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/806766#M2980</link>
      <description>&lt;P&gt;How does this spreadsheet get uploaded to Square? Is this the Square Item Library Template?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2025 01:12:02 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/806766#M2980</guid>
      <dc:creator>dokidoki</dc:creator>
      <dc:date>2025-08-24T01:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/806767#M2981</link>
      <description>&lt;P&gt;Yes, I exported the Square catalog and uploaded the XLSX to google sheets and will download the XLSX after I am done editing&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2025 01:19:30 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/806767#M2981</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2025-08-24T01:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807338#M2991</link>
      <description>&lt;P&gt;Thanks for sharing&amp;nbsp;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/308043"&gt;@JTPets&lt;/a&gt;&amp;nbsp;! And not gatekeeping lol&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 22:18:58 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807338#M2991</guid>
      <dc:creator>_Violet</dc:creator>
      <dc:date>2025-08-27T22:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807555#M2992</link>
      <description>&lt;P&gt;Please I waited my money almost 2 months. I need them now.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 11:10:32 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807555#M2992</guid>
      <dc:creator>yahyalsudani</dc:creator>
      <dc:date>2025-08-29T11:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807569#M2993</link>
      <description>&lt;P&gt;We can't help on the community forum for account matters you would need to call customer service&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 14:44:09 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807569#M2993</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2025-08-29T14:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807571#M2994</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/655946"&gt;@alexschiff&lt;/a&gt;&amp;nbsp;I would love to see this kind of option in the dashboard item set up for my SEO descriptions and SEO Titles&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Similar option for Titles I didn't post above, let me set up default variables somewhere and have the dashboard auto populate on item creation with 1 click approval. My data deficit gets smaller every day with AI &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=AI("You are an SEO copywriter for JT Pets, a Hamilton pet store offering natural pet foods, supplies, and free local delivery. Write a concise SEO product description under 160 characters. Highlight the product: " &amp;amp; E3 &amp;amp; ". Use this description for context: " &amp;amp; I3 &amp;amp; ". Category: " &amp;amp; J3 &amp;amp; ". Include a key feature relevant for SEO (examples: grain-free, durable, Canadian-made, high-protein, natural). Mention free local delivery if it fits naturally. Output only the description.")&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 14:56:25 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807571#M2994</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2025-08-29T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807575#M2995</link>
      <description>&lt;P&gt;I love this! Super timely as we are just starting to dig into some "bulk actions/updates" ideas for Square AI around catalog. Absolutely will share this with the team and keep the creative examples coming &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 15:26:03 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/807575#M2995</guid>
      <dc:creator>alexschiff</dc:creator>
      <dc:date>2025-08-29T15:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/808616#M3007</link>
      <description>&lt;P&gt;I need help&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 03:34:19 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/808616#M3007</guid>
      <dc:creator>TammeikoT</dc:creator>
      <dc:date>2025-09-05T03:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/808626#M3008</link>
      <description>&lt;P&gt;Care to be more specific&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 08:25:55 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/808626#M3008</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2025-09-05T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/821866#M3086</link>
      <description>&lt;P&gt;This is great!&lt;BR /&gt;Appreciate you sharing this with the community&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Question regarding this setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Could this be used to adjust different Columns?&lt;/LI&gt;&lt;LI&gt;Example: Rename Items to follow a similar Naming Scheme/Structure&lt;/LI&gt;&lt;LI&gt;Example: Adjust Parent Categories, and Subcategories&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We currently have a large inventory and we would need to adjust all of names to improve SEO and organize our Square for Retail setup.&lt;BR /&gt;&lt;BR /&gt;Any advice or info would be appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 21:20:06 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/821866#M3086</guid>
      <dc:creator>cscstore</dc:creator>
      <dc:date>2025-10-20T21:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/822087#M3088</link>
      <description>&lt;P&gt;It can be used to update anything you can create context for. Me, i wrote SEO titles and SEO descriptions using name, description and category as "context" for the AI&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 16:23:06 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/822087#M3088</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2025-10-22T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use Gemini AI in Google Sheets to fill data easily!</title>
      <link>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/822279#M3089</link>
      <description>&lt;P&gt;WOW this is amazing!! What other ways do you leverage AI?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 19:53:03 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Retail-eCommerce/Use-Gemini-AI-in-Google-Sheets-to-fill-data-easily/m-p/822279#M3089</guid>
      <dc:creator>Bronze_Palms</dc:creator>
      <dc:date>2025-10-23T19:53:03Z</dc:date>
    </item>
  </channel>
</rss>

