<?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: Create Buffer at Submit using Quick Report Template in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780206#M741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I have generated the polygon in SubmitReport function and created one more applyEdits functions to add this polygon through network request and Now I'm able to submit both point and polygon on Submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2018 09:32:44 GMT</pubDate>
    <dc:creator>KrishV</dc:creator>
    <dc:date>2018-09-20T09:32:44Z</dc:date>
    <item>
      <title>Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780197#M732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a buffer in Polygon Feature Service when I capture Point Feature using Quick Report Template. How to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 11:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780197#M732</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2018-09-17T11:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780198#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand this correctly, you should be able to make additional network request call to "create a buffer in polygon feature service" when you click submit, as we are sending a network request to add new point for the new report that has just been submitted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 20:26:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780198#M733</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2018-09-17T20:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780199#M734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/39013" target="_blank"&gt;Erwin Soekianto&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you are right. I want to make additional network request. Please help me how to do this. I'm trying to generate Buffer geometry using Geometry Engine but it always shows null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have imported ArcGISRuntime in &lt;STRONG&gt;FeatureServiceManager.qml&amp;nbsp;&lt;/STRONG&gt; and added below code in applyEdits function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;applyEdits&lt;/SPAN&gt;(attributes,&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;callback){&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #008000;"&gt;"token&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;when&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;edits"&lt;/SPAN&gt;,&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;token&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #0055af;"&gt;JSON&lt;/SPAN&gt;.stringify(&lt;SPAN style="color: #2985c7;"&gt;attributes&lt;/SPAN&gt;[0].geometry))&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;obj&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;SPAN style="color: #008000;"&gt;"adds"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;JSON&lt;/SPAN&gt;.stringify(&lt;SPAN style="color: #2985c7;"&gt;attributes&lt;/SPAN&gt;),&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"f"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"json"&lt;/SPAN&gt;};&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;newPolygon&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;GeometryEngine&lt;/SPAN&gt;.buffer(&lt;SPAN style="color: #2985c7;"&gt;attributes&lt;/SPAN&gt;[0].geometry,&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;5)&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #0055af;"&gt;JSON&lt;/SPAN&gt;.stringify((&lt;SPAN style="color: #2985c7;"&gt;newPolygon&lt;/SPAN&gt;)))&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #2985c7;"&gt;newPolygon&lt;/SPAN&gt;)

But I'm getting below null values after newPolygon as shown below&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/422279_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to create buffer and send a new network Request for creating buffered polygon. Appreciate your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780199#M734</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2021-12-12T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780200#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should work, it is weird.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling that `attributes[0].geometry` is not a Runtime Geometry (Point in this case) object as it is what the GeometryEngine.buffer expects as the first parameter since we are sending a REST call to feature layer to add the point for QuickReport, not using Runtime.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for sending new network Request for your polygon, you can copy and follow the current function you are at, to add new feature using ApplyEdits&amp;nbsp;operation if it is going to the same feature layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 23:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780200#M735</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2018-09-18T23:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780201#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you point me to&amp;nbsp;any sample for creating buffer using GeometryEngine &amp;amp; network Request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 00:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780201#M736</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2018-09-19T00:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780202#M737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried below code in ApplyEdits function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #808000;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;currentPositionForBuffer&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;app&lt;/SPAN&gt;.theNewPoint&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;newPolygon1&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;GeometryEngine&lt;/SPAN&gt;.buffer(&lt;SPAN style="color: #2985c7;"&gt;currentPositionForBuffer&lt;/SPAN&gt;,&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;5.0)&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #0055af;"&gt;JSON&lt;/SPAN&gt;.stringify((&lt;SPAN style="color: #2985c7;"&gt;newPolygon1&lt;/SPAN&gt;)))&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0055af;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #2985c7;"&gt;newPolygon1&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;but the app is getting closed with below message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/422365_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;you,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 05:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780202#M737</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2018-09-19T05:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780203#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0055af; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #0055af;"&gt;console&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;.log(&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0055af; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #0055af;"&gt;JSON&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;.stringify((&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #2985c7; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #2985c7;"&gt;newPolygon1&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;in your example code above, if "newPolygon1" is a geometry object, then I think trying to stringify it will crash the programme. You would need to stringify the json property, e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;console.log(JSON.stringify( newPolygon1.json ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geometry.html#json-prop" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geometry.html#json-prop"&gt;Geometry QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;-Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 05:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780203#M738</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-09-19T05:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780204#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/53832"&gt;Paul Haakma&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Yes when I use&amp;nbsp;&lt;STRONG style="background-color: #ffffff;"&gt;console.log(JSON.stringify( newPolygon1.json ) ), &lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I'm able to see the result. Now, I want to add this geometry in my Polygon Feature Service using Network Reqeust.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Can you tell me how to achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Krish&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 06:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780204#M739</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2018-09-19T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780205#M740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like this requires more troubleshooting, you can try calling Esri Tech Support, and show why GeometryEngine.buffer()is not&amp;nbsp;returning you a Polygon object back in Runtime SDK for Qt.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 17:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780205#M740</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2018-09-19T17:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780206#M741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I have generated the polygon in SubmitReport function and created one more applyEdits functions to add this polygon through network request and Now I'm able to submit both point and polygon on Submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 09:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780206#M741</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2018-09-20T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create Buffer at Submit using Quick Report Template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780207#M742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear that. Good job!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/create-buffer-at-submit-using-quick-report/m-p/780207#M742</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2018-09-20T15:52:46Z</dc:date>
    </item>
  </channel>
</rss>

