<?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: Automate Publishing of Survey123 Project in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093847#M36832</link>
    <description>&lt;P&gt;You can link all your lists to a stand alone CSV that you store in AGOL.&amp;nbsp; Works just like the media folder but no need to republish.&amp;nbsp; Then you use Python to update that item.&amp;nbsp; The form then sees this change and updates.&amp;nbsp; Check out select_one_from_file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 22:58:25 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2021-08-30T22:58:25Z</dc:date>
    <item>
      <title>Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093735#M36810</link>
      <description>&lt;P&gt;I have an existing project that has a few media files.&amp;nbsp; I have frequent updates to these media files as well as occasional form updates.&amp;nbsp; I need a python script that I can run via scheduler that will publish this project nightly.&amp;nbsp; I have read a bunch of posts but cant find anything clearly stated that shows how to do this.&amp;nbsp; Is there anyone out there that can help provide a solution?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 18:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093735#M36810</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-08-30T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093752#M36813</link>
      <description>&lt;P&gt;I found this&amp;nbsp;&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=521168944ace40d0827991eeeba03689" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=521168944ace40d0827991eeeba03689&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just trying to figure out what is happening....I dont even know if I can still use this as its from 2017 !!&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What Zip file?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Do I need to zip up the whole project or just the media files?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm really confused as to what is going on....I assume that I can use this to update my media files daily if need be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 19:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093752#M36813</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-08-30T19:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093778#M36816</link>
      <description>&lt;P&gt;What is the&amp;nbsp;ago.AGOLHelper&lt;/P&gt;&lt;P&gt;I know I have the correct UserName and Password but I am getting a NULL for the agol_helper.token&lt;/P&gt;&lt;P&gt;agol_helper.token = NULL&lt;/P&gt;&lt;LI-CODE lang="python"&gt;agol_helper = ago.AGOLHelper(portal_url)
print ("...Authenticating")
# login
agol_helper.login(credentials['userName'], credentials['passWord'])

print ("...Querying")
# get the name of the zip file
serviceInfo = getServiceDefinition(agol_helper.token, itemID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 20:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093778#M36816</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-08-30T20:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093798#M36823</link>
      <description>&lt;P&gt;There is a new way now using Linked Content.&amp;nbsp; But it may have some issues it looks like. See this post&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/auto-update-select-one-from-file-list-and-the/m-p/1045109" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/auto-update-select-one-from-file-list-and-the/m-p/1045109&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The other new way to to link to a feature service but that would require being online.&amp;nbsp; It is in the early adopter only for now.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 20:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093798#M36823</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-08-30T20:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093838#M36830</link>
      <description>&lt;P&gt;There are other things my lists do as in prepopulate etc....&lt;/P&gt;&lt;P&gt;I am looking for an automated process that I can replace the Media Files at will and then automatically republish the project nightly.&amp;nbsp; Preferable from Python script.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 22:35:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093838#M36830</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-08-30T22:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093847#M36832</link>
      <description>&lt;P&gt;You can link all your lists to a stand alone CSV that you store in AGOL.&amp;nbsp; Works just like the media folder but no need to republish.&amp;nbsp; Then you use Python to update that item.&amp;nbsp; The form then sees this change and updates.&amp;nbsp; Check out select_one_from_file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 22:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093847#M36832</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-08-30T22:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093871#M36837</link>
      <description>&lt;P&gt;So right now I have 4 media files. The excel file points to them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do I simply add these CSV files to my AGOL folder?&lt;/LI&gt;&lt;LI&gt;How do I update the excel file to point to these files in AGOL?&lt;/LI&gt;&lt;LI&gt;I would then republish and it should now point to the files in AGOL???&lt;/LI&gt;&lt;LI&gt;How?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Are there any examples of how to update these tables via python?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 01:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093871#M36837</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-08-31T01:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093976#M36841</link>
      <description>&lt;P&gt;It is all in the link above or this one&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/can-a-linked-csv-file-on-agol-be-automatically/td-p/1006119" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/can-a-linked-csv-file-on-agol-be-automatically/td-p/1006119&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is actually really easy to link.&amp;nbsp; Then the post I linked above had the python code to update the item in AGOL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1093976#M36841</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-08-31T13:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094156#M36855</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50919"&gt;@jaykapalczynski&lt;/a&gt;&amp;nbsp;I still regularly use&amp;nbsp;@Anonymous User&amp;nbsp;'s script provided &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/updating-the-media-folder-of-a-survey123-form-item/ba-p/893429" target="_self"&gt;in this blog&lt;/A&gt;. You have to save the python2.7 script in the "download_folder" and you won't get the zip message error anymore.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 19:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094156#M36855</guid>
      <dc:creator>JamesKelly4</dc:creator>
      <dc:date>2021-08-31T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094254#M36866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50919"&gt;@jaykapalczynski&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use Linked Content to update choice lists from a hosted CSV file everytime the CSV file is updated and the survey info page is accessed. This avoids having to re-publish the survey just to update the choice list.&lt;/P&gt;&lt;P&gt;Please refer to external choice list section in documentation, with explanation about Linked Conent:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 04:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094254#M36866</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-01T04:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094255#M36867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/371053"&gt;@JamesKelly4&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50919"&gt;@jaykapalczynski&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Note that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;&amp;nbsp;has provided an updated copy of the script using Python 3 and some other improvements. See this comment here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/updating-csvs-in-agol-for-select-one-from-file-and/m-p/1016256/highlight/true#M31917" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/updating-csvs-in-agol-for-select-one-from-file-and/m-p/1016256/highlight/true#M31917&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 04:59:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094255#M36867</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-01T04:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094906#M36918</link>
      <description>&lt;P&gt;What zip file?&amp;nbsp; I have to create a Zip file everytime?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1094906#M36918</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-09-02T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1095182#M36939</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50919"&gt;@jaykapalczynski&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you are using either of the python scripts that are linked to the above comments to update CSV files or other media files, it downloads the Form item (which is a zip file), extracts it, you then update the items, and the script then re-creates the zip file again, and uploads its.&lt;/P&gt;&lt;P&gt;Note that this process does not update the XLSForm itself, the only way to do that is via publishing the survey again via Connect, as the xlsx file has to be converted to xml and other form item information updated. The script can only be used to update media files without publishing.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 23:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1095182#M36939</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-02T23:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096016#M37001</link>
      <description>&lt;P&gt;Im confused....I know I have the correct Credentials but keep getting coming up with a NULL for the token I am trying to get via the script.&lt;/P&gt;&lt;P&gt;This returns NULL...any thoughts&lt;/P&gt;&lt;P&gt;print "token: " + json.dumps(agol_helper.token)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: I have ArcMap 10.8.1 installed.&amp;nbsp; I have python 2.7 and python 3.4 on my machine.&amp;nbsp; Could this be causing the issue?&amp;nbsp; If so is there a way that I can specify to use python 2.7?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It appears I am using 2.7.18&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaykapalczynski_1-1631034597924.png" style="width: 765px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22530iA11A59E51696329D/image-dimensions/765x209?v=v2" width="765" height="209" role="button" title="jaykapalczynski_1-1631034597924.png" alt="jaykapalczynski_1-1631034597924.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;print ("...Starting")
# initialize the portal helper class
# ago.py is part of the 10.3 python install
agol_helper = ago.AGOLHelper(portal_url)
print portal_url
print ("...Authenticating")
# login
print credentials['userName']
print credentials['passWord']
agol_helper.login(credentials['userName'], credentials['passWord'])

print "token: " + json.dumps(agol_helper.token)

print ("...Querying")
# get the name of the zip file
serviceInfo = getServiceDefinition(agol_helper.token, itemID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Noting that I updated the "portal_url" parameter for my AGOL online account....line 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# User Parameters
# ItemID of the Form item you want to update
itemID = "00da9adCr45f4f15b3443ecadd81vfgh"
# Local folder where the Form data will be downloaded (include a / at end of path)
download_folder = "C:/Users/tjv34534/Desktop/CWD_Project/Update_Media_Folder/"
# Updated file name (ie MyList.csv)
updated_file = "CheckQuery.csv"
# Folder path of the updated file (include a / at end of path)
source_loc = "C:/Users/tjv34534/Desktop/CWD_Project/Update_Media_Folder/UpdatedMediaFiles/"
# Address of your ArcGIS portal
portal_url = r"https://xxxxxx.maps.arcgis.com/"
# ArcGIS user credentials to authenicate against the portal (case sensitive)
credentials = {'userName' : 'xxxxx', 'passWord' : 'xxxxx'}
# ArcGIS portal security type (LDAP, NTLM, OAuth, Portal, PKI)
security_type = "Portal"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 17:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096016#M37001</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-09-07T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096209#M37015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50919"&gt;@jaykapalczynski&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;points out in this post &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/updating-the-media-folder-of-a-survey123-form-item/bc-p/1095480/highlight/true#M4632" target="_self"&gt;here&lt;/A&gt; and I mentioned in one of my comments above, the original update media folder script is now outdated and contains&amp;nbsp;&lt;SPAN&gt;modules that have been superseded by the ArcGIS API for Python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have updated this script to use the ArcGIS API for python and the updated script is present in our&amp;nbsp;&lt;A href="https://github.com/Esri/Survey123-tools" target="_self" rel="nofollow noopener noreferrer"&gt;Survey123-tools github repo&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Phil.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 02:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096209#M37015</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-08T02:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096329#M37029</link>
      <description>&lt;P&gt;OK I think I have this working from ArcGIS Pro on my Laptop....it appears to be updating and uploading this to AGOL.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Most Important&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How do I automate it to run when I want it to.&amp;nbsp; I am new to using Pro and it appears to be baked into an ArcGIS Pro project?????&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 13:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096329#M37029</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-09-08T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096481#M37041</link>
      <description>&lt;P&gt;Just stick this line in there and it will grab the credentials from Pro for you.&lt;/P&gt;&lt;P&gt;gis = GIS('pro')&lt;/P&gt;&lt;P&gt;Pro does not even have to be open.&amp;nbsp; Pro retains the token for 2 weeks.&lt;/P&gt;&lt;P&gt;But again as stated you should really switch gears to the new way and let this old way go.&amp;nbsp; Way easier.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096481#M37041</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-09-08T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096483#M37042</link>
      <description>&lt;P&gt;Thanks Doug&lt;/P&gt;&lt;P&gt;So if I have the code baked into an ArcGIS Pro project in a "New Notebook" tab how do I automate it to run nightly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears I can no longer use a .py file and use Task Scheduler to run it nightly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaykapalczynski_0-1631122096167.png" style="width: 726px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22629i817F8E9FD37AA22C/image-dimensions/726x604?v=v2" width="726" height="604" role="button" title="jaykapalczynski_0-1631122096167.png" alt="jaykapalczynski_0-1631122096167.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096483#M37042</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-09-08T17:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096484#M37043</link>
      <description>&lt;OL&gt;&lt;LI&gt;So I cannot use .py files and schedule any longer???&lt;/LI&gt;&lt;LI&gt;I have to use ArcPro and&amp;nbsp;&lt;SPAN&gt;Jupyter ???&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;How do I automate the script running?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do I need to install ArcGIS Notebook Server to automate this?&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Whats the difference between Jupyer in Pro and ArcGIS Notebook Server?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096484#M37043</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2021-09-08T17:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Publishing of Survey123 Project</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096495#M37044</link>
      <description>&lt;P&gt;No you can schedule.&amp;nbsp; I run this as a standalone script on schedule no problem.&amp;nbsp; It just goes and grabs the Pro credentials for you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automate-publishing-of-survey123-project/m-p/1096495#M37044</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-09-08T17:51:56Z</dc:date>
    </item>
  </channel>
</rss>

