<?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: Print option from Experience Builder in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123256#M3294</link>
    <description>&lt;P&gt;Hi Cory Williams,&lt;/P&gt;&lt;P&gt;This is because of the EB 1.6 import module has changed. please refer to the link &lt;A href="https://developers.arcgis.com/experience-builder/guide/whats-new/#breaking-changes" target="_self"&gt;EB 1.6 breaking-changes&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;All You need to do is; edit the "ArcGISExperienceBuilder1.6\client\your-extensions\widgets\print\src\runtime\widget.tsx" and replace following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import * as PrintTask from "esri/tasks/PrintTask";
import * as PrintParameters from "esri/tasks/support/PrintParameters";
import * as PrintTemplate from "esri/tasks/support/PrintTemplate";
import * as esriRequest from "esri/request";
import * as MapView from "esri/views/MapView";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import PrintTask from "esri/tasks/PrintTask";
import PrintParameters from "esri/tasks/support/PrintParameters";
import PrintTemplate from "esri/tasks/support/PrintTemplate";
import esriRequest from "esri/request";
import MapView from "esri/views/MapView";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restart your Client in CMD. this should work. However, kindly note the "esri/tasks/xxx" are deprecated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 08:24:41 GMT</pubDate>
    <dc:creator>Kishore</dc:creator>
    <dc:date>2021-12-07T08:24:41Z</dc:date>
    <item>
      <title>Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058377#M1947</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just wondering if anyone has a solution for printing in Experience Builder, or know when a Print widget may be available?&lt;/P&gt;&lt;P&gt;I've done some fancy footwork with the Filter widget to give me a customised Search option, but I can't seem to find a way around printing.&lt;/P&gt;&lt;P&gt;I don't have access to the Developer Edition.&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;Alison&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 01:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058377#M1947</guid>
      <dc:creator>AliCohen</dc:creator>
      <dc:date>2021-05-17T01:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058380#M1948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/463935"&gt;@AliCohen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The Print widget is on the 2021 roadmap (and beyond...)&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-blog/experience-builder-roadmap-in-2021-and-beyond/ba-p/1035287" target="_blank" rel="noopener"&gt;experience-builder-roadmap-in-2021-and-beyond&lt;/A&gt;&amp;nbsp;, so hopefully that will come in 2021 (and not beyond). In the meantime, Web AppBuilder may be an option for you?&lt;/P&gt;&lt;P&gt;Jamie.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 02:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058380#M1948</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-05-17T02:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058392#M1950</link>
      <description>&lt;P&gt;Thanks for responding, Jamie.&lt;/P&gt;&lt;P&gt;I had started with the WebApp Builder, however the grouping of layers was a major issue for us (we have one map with 72 layers across 14 groups), which the Experience Builder does quite well.&amp;nbsp; It was nearly impossible for our users to quickly and easily see what layers were on and available to them.&amp;nbsp; I had created layer lists with only certain layers visible to get a 'sort of' grouping, but it's a little too untidy for my OCD!!&lt;/P&gt;&lt;P&gt;Fingers crossed the Print widget is this year...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 03:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058392#M1950</guid>
      <dc:creator>AliCohen</dc:creator>
      <dc:date>2021-05-17T03:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058722#M1954</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/463935"&gt;@AliCohen&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/228192"&gt;@JamieLambert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Print Widget for EB 1.4 available here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/experience-builder-custom/print-widget-eb-1-4/ta-p/1058721" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/experience-builder-custom/print-widget-eb-1-4/ta-p/1058721&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 20:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058722#M1954</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-05-17T20:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058751#M1955</link>
      <description>&lt;P&gt;Thanks Robert - does this require Developer?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 22:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058751#M1955</guid>
      <dc:creator>AliCohen</dc:creator>
      <dc:date>2021-05-17T22:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058855#M1961</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/463935"&gt;@AliCohen&lt;/a&gt;&amp;nbsp;, yes custom widgets will require EB developer edition.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 09:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058855#M1961</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-05-18T09:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058948#M1966</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/463935"&gt;@AliCohen&lt;/a&gt;&amp;nbsp;you can also use the layer list grouping widget for WebApp Builder found here:&amp;nbsp;&lt;A href="https://github.com/Innovate-Inc/GroupedLayerListWidget" target="_blank"&gt;https://github.com/Innovate-Inc/GroupedLayerListWidget.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will still have to host the widget for availability in WebApp Builder, but then you have a grouped layer list and print.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 14:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1058948#M1966</guid>
      <dc:creator>RyanDickinson1</dc:creator>
      <dc:date>2021-05-18T14:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119125#M3231</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;Can we configure Proxy URL for the Print widget or for entire Experience builder to access secured layers directly at application?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 08:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119125#M3231</guid>
      <dc:creator>Kishore</dc:creator>
      <dc:date>2021-11-22T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119171#M3232</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/419647"&gt;@Kishore&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not gotten the esri Proxy to work with EB. Actually the esri Proxy page states&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;We don't recommend using this resource proxy. It is not being maintained and there's been no active development for many years. There are many better solutions.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So how do you get secure services to work in EB?... Sounds like a question for esri tech support. Almost all the questions about using a secure service has gone unanswered in the EB space here.&lt;/P&gt;&lt;P&gt;ESRI proxy resource page best practices does recommend this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Access secure services&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/arcgis-server-services.htm#ESRI_SECTION1_FEB0DF92DA064B6A970DFB59A18AA4C2" target="_blank" rel="nofollow noopener"&gt;using ArcGIS Online&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to store your username/password credentials.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It sounds like it could be the right path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 13:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119171#M3232</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-11-22T13:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119494#M3235</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the detailed explanation. I have a different problem as we don't have access to ArcGIS Online and we use On premises environment. I am using the Print widget and all my services are secured from portal. If I run the print&amp;nbsp; from Dev environment it is working fine. After deploying the code to server. The print widget is not sending the token in request. My Print service also secured and published from ArcGIS Pro using python script. this is working fine with WAB even after the deployment. I did the proper deployment and registered the app and updated the client ID.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 11:25:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119494#M3235</guid>
      <dc:creator>Kishore</dc:creator>
      <dc:date>2021-11-23T11:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119514#M3236</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/419647"&gt;@Kishore&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AGOL is ArcGIS Enterprise behind the scenes. So the about link should still apply. But ultimately I do not have experience in your setup so tech support is the best route.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 13:34:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119514#M3236</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-11-23T13:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119797#M3240</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again. will reach technical support and let you know if I find a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 06:03:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1119797#M3240</guid>
      <dc:creator>Kishore</dc:creator>
      <dc:date>2021-11-24T06:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123213#M3293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;, do you know if you'll have time to look at an update to the widget for EB 1.6 at all? After loading the widget into EB 1.6, I'm seeing this error:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;esri_tasks_PrintTask__WEBPACK_IMPORTED_MODULE_5__ is not a constructor&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Or if possible, point me in the right direction? I've loaded the module, I can see and place it, but as soon as I place it and or load the XB, I'm seeing that where the widget should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 00:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123213#M3293</guid>
      <dc:creator>cw_mund</dc:creator>
      <dc:date>2021-12-07T00:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123256#M3294</link>
      <description>&lt;P&gt;Hi Cory Williams,&lt;/P&gt;&lt;P&gt;This is because of the EB 1.6 import module has changed. please refer to the link &lt;A href="https://developers.arcgis.com/experience-builder/guide/whats-new/#breaking-changes" target="_self"&gt;EB 1.6 breaking-changes&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;All You need to do is; edit the "ArcGISExperienceBuilder1.6\client\your-extensions\widgets\print\src\runtime\widget.tsx" and replace following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import * as PrintTask from "esri/tasks/PrintTask";
import * as PrintParameters from "esri/tasks/support/PrintParameters";
import * as PrintTemplate from "esri/tasks/support/PrintTemplate";
import * as esriRequest from "esri/request";
import * as MapView from "esri/views/MapView";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import PrintTask from "esri/tasks/PrintTask";
import PrintParameters from "esri/tasks/support/PrintParameters";
import PrintTemplate from "esri/tasks/support/PrintTemplate";
import esriRequest from "esri/request";
import MapView from "esri/views/MapView";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restart your Client in CMD. this should work. However, kindly note the "esri/tasks/xxx" are deprecated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123256#M3294</guid>
      <dc:creator>Kishore</dc:creator>
      <dc:date>2021-12-07T08:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123310#M3299</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/525100"&gt;@cw_mund&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are breaking changes as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/419647"&gt;@Kishore&lt;/a&gt;&amp;nbsp;mentioned in EB 1.6 the main one is the way modules are imported. You can make the changes that Kishore mentioned or wait and I will be releasing a 1.6 version of the Print widget hopefully Today.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 17:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123310#M3299</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-07T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123463#M3301</link>
      <description>&lt;P&gt;Print Widget has now been updated for EB 1.6. This update requires you to have the EB 1.6 patch installed as detailed here:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/patches/1.6/patch1/arcgis-experience-builder" target="_blank"&gt;https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/patches/1.6/patch1/arcgis-experience-builder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123463#M3301</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-07T18:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123696#M3307</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/419647"&gt;@Kishore&lt;/a&gt;&amp;nbsp;Thank you! Thank you! Thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; That's fixed it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that Printing is on the roadmap for the next 6 months, so this is just to enable printing in the interim.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 04:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1123696#M3307</guid>
      <dc:creator>cw_mund</dc:creator>
      <dc:date>2021-12-08T04:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1136392#M3566</link>
      <description>&lt;P&gt;Hello, is there any update as to then the Printing Widget or printing tools will be made available in EB by default?&amp;nbsp; I am thinking the easiest way would be to add it as an option to choose on the Map panel along with Zoom, Navigation etc.&amp;nbsp; Many thanks, Harry&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 14:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1136392#M3566</guid>
      <dc:creator>HarryBell</dc:creator>
      <dc:date>2022-01-24T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1167834#M4244</link>
      <description>&lt;P&gt;The printing widget is most needed for us to get the full potential out of EB.&lt;/P&gt;&lt;P&gt;Any updates about this ? &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1167834#M4244</guid>
      <dc:creator>Ole_MariusGulbrandsen</dc:creator>
      <dc:date>2022-04-26T07:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Print option from Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1185522#M4652</link>
      <description>&lt;P&gt;Any updates from ESRI on when this will be available in EB?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 14:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-option-from-experience-builder/m-p/1185522#M4652</guid>
      <dc:creator>DataOfficer</dc:creator>
      <dc:date>2022-06-23T14:09:11Z</dc:date>
    </item>
  </channel>
</rss>

