<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vineet</title>
    <description>The latest articles on DEV Community by Vineet (@vineetgoyalhuf).</description>
    <link>https://dev.to/vineetgoyalhuf</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3853742%2F03f8ee8c-02f8-4969-869d-ec224942815c.png</url>
      <title>DEV Community: Vineet</title>
      <link>https://dev.to/vineetgoyalhuf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vineetgoyalhuf"/>
    <language>en</language>
    <item>
      <title>How to Build a Free Applicant Tracking System in Google Sheets with Apps Script</title>
      <dc:creator>Vineet</dc:creator>
      <pubDate>Tue, 31 Mar 2026 15:02:22 +0000</pubDate>
      <link>https://dev.to/vineetgoyalhuf/how-to-build-a-free-applicant-tracking-system-in-google-sheets-with-apps-script-3oo7</link>
      <guid>https://dev.to/vineetgoyalhuf/how-to-build-a-free-applicant-tracking-system-in-google-sheets-with-apps-script-3oo7</guid>
      <description>&lt;p&gt;INTRO: Small businesses don't need a $300/month ATS. Here's how to build a candidate tracking and email automation system in Google Sheets — free, with Apps Script.&lt;/p&gt;

&lt;p&gt;SECTION 1: The Sheet Structure&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;4 sheets: Applications, Email Templates, Settings, Email Log&lt;/li&gt;
&lt;li&gt;Key design: Status column never triggers emails — explain why this matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 2: Reading Candidate Data Correctly&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The timezone bug: why getDisplayValue() is needed for date cells&lt;/li&gt;
&lt;li&gt;Code snippet: getCandidate() function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 3: Non-Contiguous Row Selection&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The bug: getActiveRange() only returns last clicked range&lt;/li&gt;
&lt;li&gt;The fix: getActiveRangeList().getRanges()&lt;/li&gt;
&lt;li&gt;Code snippet: getSelectedRows() function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 4: Email Providers&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GmailApp vs MailApp&lt;/li&gt;
&lt;li&gt;How to support 4 providers from one settings cell&lt;/li&gt;
&lt;li&gt;Code snippet: dispatch() function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 5: Logo and HTML Signature&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;buildHtmlEmail() wrapper function&lt;/li&gt;
&lt;li&gt;Code snippet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 6: The Menu&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;6 menu items, no more&lt;/li&gt;
&lt;li&gt;Why manual confirmation before every send matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want the pre-built template with all this already done: &lt;a href="https://subswift.gumroad.com/l/jobapplicationtrack-googlesheets" rel="noopener noreferrer"&gt;https://subswift.gumroad.com/l/jobapplicationtrack-googlesheets&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googleappsscript</category>
      <category>productivity</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
