<?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>topic Re: Automatically generate unique link for different users (based on e-mail addresses) in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364738#M53656</link>
    <description>&lt;P&gt;Yes, you can use URL parameters to populate fields in a survey (like target user email address).&lt;/P&gt;&lt;P&gt;This post explains it well:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/894722" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/894722&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can hide that field in the survey so people don't see it.&lt;/P&gt;&lt;P&gt;Not sure if it is important to you to encode (hide/obfuscate) the information in the URL. If not, you can use a spreadsheet to calculate values for the URLs (Base URL column + field specification + email address value, where only email address changes).&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 15:23:52 GMT</pubDate>
    <dc:creator>BobBooth1</dc:creator>
    <dc:date>2023-12-28T15:23:52Z</dc:date>
    <item>
      <title>Automatically generate unique link for different users (based on e-mail addresses)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364313#M53610</link>
      <description>&lt;P&gt;Hi! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand how I can send out a survey to about 500 unique users (e-mail addresses), where each survey link is unique but the survey is the same. I want to be able to do it to track the response of each respondent. I know each answer has an ObjectID, but I would like to connect the survey link to one unique user (e-mail address), before the survey gets sent out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use a list of e-mail addresses and automatically generate an unique survey link for each e-mail address.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked into this, is this the way to go forward to solve my problem, or is there any other way?&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-encode-url/ba-p/899129" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-encode-url/ba-p/899129&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best wishes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 15:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364313#M53610</guid>
      <dc:creator>SanSki</dc:creator>
      <dc:date>2023-12-26T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically generate unique link for different users (based on e-mail addresses)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364314#M53611</link>
      <description>&lt;P&gt;I think you mean pass the email in to a field in the form?&amp;nbsp; That would track them.&lt;/P&gt;&lt;P&gt;Your URL you can pass text.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;arcgis-survey123://?itemID=812a11fca7ef1194dac&amp;amp;field:EmailAddress=somebody@something.com&lt;/P&gt;&lt;P&gt;I think the&amp;nbsp;@ will be ok but test it.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 16:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364314#M53611</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-12-26T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically generate unique link for different users (based on e-mail addresses)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364738#M53656</link>
      <description>&lt;P&gt;Yes, you can use URL parameters to populate fields in a survey (like target user email address).&lt;/P&gt;&lt;P&gt;This post explains it well:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/894722" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/894722&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can hide that field in the survey so people don't see it.&lt;/P&gt;&lt;P&gt;Not sure if it is important to you to encode (hide/obfuscate) the information in the URL. If not, you can use a spreadsheet to calculate values for the URLs (Base URL column + field specification + email address value, where only email address changes).&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 15:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automatically-generate-unique-link-for-different/m-p/1364738#M53656</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2023-12-28T15:23:52Z</dc:date>
    </item>
  </channel>
</rss>

