<?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: Append survey123 points to workforce assignments in ArcGIS Workforce Questions</title>
    <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764292#M87</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familiar with Integromat so I can't really comment on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mobile app does not support the creation of assignments on device. So you cannot pass in information to create an assignment on device. It must be created&amp;nbsp;using something else first (Dispatcher App, Script, Webhook...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most users typically use Workforce as the gateway into the other apps like Collector or Survey123.&amp;nbsp;A Workforce Project can be configured to pass information from an assignment into a Survey123 or Collector form. We currently don't support going the other way around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2018 20:37:12 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-10-16T20:37:12Z</dc:date>
    <item>
      <title>Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764285#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking to append my existing survey123 points automatically to workforce as assignments. Can this be done without Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 14:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764285#M80</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-16T14:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764286#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't necessarily need Python. Workforce assignments are stored in a Feature layer. So anything that can add features to a feature layer can accomplish this. That said, Python is the most popular tool used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764286#M81</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-10-16T15:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764287#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would any new point that is created in Survey123 be added to Workforce at the same time?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764287#M82</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-16T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764288#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The two options for that workflow are:&lt;/P&gt;&lt;P&gt;1. Using &lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/webhooks.htm"&gt;webhooks&lt;/A&gt;&amp;nbsp;with some kind of custom endpoint&lt;/P&gt;&lt;P&gt;2. Polling the survey123 features layer using a script. You'd write a Python (or other language) script that runs every 5 minutes (or whatever interval you decide) on a server. The script identifiers new features and then will create an assignment in the Workforce Assignments layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764288#M83</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-10-16T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764289#M84</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I did was just place the Survey123 feature service in both the worker and dispatcher web maps. Seems to be working that way. Can I trip emails once an assignment has been set to complete, etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 16:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764289#M84</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-16T16:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764290#M85</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not out of the box. You would need to configure a script to poll the assignments feature&amp;nbsp;layer and trigger an email. An example Python script that sends a Slack message is shown &lt;A href="https://github.com/Esri/workforce-scripts/blob/master/assignment_monitor.md"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 17:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764290#M85</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-10-16T17:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764291#M86</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Integromat an option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can data be passed into Workforce to help the field worker understand some details of the request such as what the issue is without the dispatcher typing out the info manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 18:04:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764291#M86</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-16T18:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764292#M87</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familiar with Integromat so I can't really comment on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mobile app does not support the creation of assignments on device. So you cannot pass in information to create an assignment on device. It must be created&amp;nbsp;using something else first (Dispatcher App, Script, Webhook...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most users typically use Workforce as the gateway into the other apps like Collector or Survey123.&amp;nbsp;A Workforce Project can be configured to pass information from an assignment into a Survey123 or Collector form. We currently don't support going the other way around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 20:37:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764292#M87</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-10-16T20:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764293#M88</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mentioned webhooks, how are you suggesting to use those? If I could use the webhook from survey123 to populate assignments in workforce, that would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 21:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764293#M88</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-16T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764294#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding is that you configure your Survey form with a webhook that fires when the survey is completed. The webhook (url) that you configure will have to have custom code that handles creating the Workforce assignment. For example, you'd need to configure a web-server that has an endpoint that accepts the feature and creates the assignment. We've prototyped something similar and used AWS Lambda with API Gateway to act as the webhook handlers. If you are using Python, you could create a Flask or Django app that creates the assignment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 23:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764294#M89</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-10-16T23:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764295#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have any examples/code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 13:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764295#M90</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-18T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764296#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can workforce start via a URL? Similar to how Survey123 has a unique URL for each survey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764296#M91</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-18T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764297#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, Workforce does not currently have a url scheme to support launching Workforce and opening a particular assignment. That is in our backlog, but is not assigned for a release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764297#M92</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2018-10-18T16:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764298#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I was referring to opening the website app, not the field app. I want to open the website app via a URL so that a dispatcher can dispatch without navigating manually to the website. All they have to do is hit the link and it bring them to the dispatch website.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 20:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764298#M93</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-18T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764299#M94</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can open the Workforce web app through a URL, e.g.:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fworkforce.arcgis.com%2Fprojects%2F" rel="nofollow" target="_blank"&gt;https://workforce.arcgis.com/projects/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;GUID for your project&amp;gt;/dispatch/assignments&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 20:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764299#M94</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2018-10-18T20:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764300#M95</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to bring me to the main workforce page&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 21:19:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764300#M95</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-18T21:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764301#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works for me; you might want to see if you're signed in - which would be one reason you're redirected to the sign-in page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't redirect you after signing in - you should log an issue with Technical Support as you may be encountering a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 21:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764301#M96</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2018-10-18T21:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764302#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After logging in, it brings me to my workforce projects page. Then I have to click "open" on my project. The desired workflow is like something like this:&lt;/P&gt;&lt;P&gt;-User clicks on link&lt;/P&gt;&lt;P&gt;-Bring them to AGOL login screen&lt;/P&gt;&lt;P&gt;-After login it brings them directly to the workforce project so they can start dispatching work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 13:11:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764302#M97</guid>
      <dc:creator>joerodmey</dc:creator>
      <dc:date>2018-10-19T13:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764303#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I agree - as it's not working for you, I suggest contacting Technical Support so they can reproduce and log an issue or attach you to an existing issue so you can be made aware of the progress of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're working on the next release Workforce now - will look at getting this addressed in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:12:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764303#M98</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2018-10-19T15:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Append survey123 points to workforce assignments</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764304#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Simplest way would be to build your survey based on the assignments layer that was created for you workforce project - see link below. That way any submitted survey record directly creates a new assignment within workforce.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdoc.arcgis.com%2Fen%2Fsurvey123%2Fdesktop%2Fcreate-surveys%2Fsurvey123withexistingfeatureservices.htm" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;Use Survey123 with existing feature services—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 13:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/append-survey123-points-to-workforce-assignments/m-p/764304#M99</guid>
      <dc:creator>ChaimSchwartz4</dc:creator>
      <dc:date>2018-10-23T13:00:01Z</dc:date>
    </item>
  </channel>
</rss>

