<?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 Newbie question about output JSON structure not appearing in email body after App Reload Finished automation... in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090482#M2121</link>
    <description>&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;I have the following test automation that I am running to check the Send Mail block:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diagonjope_0-1688516345033.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111579iB763A724EDEAB778/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diagonjope_0-1688516345033.png" alt="diagonjope_0-1688516345033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the body of the email, I am just getting the following content:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diagonjope_1-1688516403181.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111580i769B84347AB3E412/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diagonjope_1-1688516403181.png" alt="diagonjope_1-1688516403181.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How do I configure the inputs of the Send Mail block to get the output of the App Reload?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;++José&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 00:22:58 GMT</pubDate>
    <dc:creator>diagonjope</dc:creator>
    <dc:date>2023-07-05T00:22:58Z</dc:date>
    <item>
      <title>Newbie question about output JSON structure not appearing in email body after App Reload Finished automation...</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090482#M2121</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;I have the following test automation that I am running to check the Send Mail block:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diagonjope_0-1688516345033.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111579iB763A724EDEAB778/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diagonjope_0-1688516345033.png" alt="diagonjope_0-1688516345033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the body of the email, I am just getting the following content:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diagonjope_1-1688516403181.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111580i769B84347AB3E412/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diagonjope_1-1688516403181.png" alt="diagonjope_1-1688516403181.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How do I configure the inputs of the Send Mail block to get the output of the App Reload?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;++José&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 00:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090482#M2121</guid>
      <dc:creator>diagonjope</dc:creator>
      <dc:date>2023-07-05T00:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question about output JSON structure not appearing in email body after App Reload Finished automation...</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090604#M2123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;José,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I did not test, but there is an option to use a 'JSON' formula on the value from the webhook event 'App Reload Finished'.&lt;/P&gt;
&lt;P&gt;This formula turns a JSON object into a JSON text format.&lt;/P&gt;
&lt;P&gt;So, you can try to insert the value from the webhook event into the JSON formula and see if you can see it in the body of the email.&lt;/P&gt;
&lt;P&gt;Or another option is to add the values from the JSON object as per property values to the message body instead of the whole JSON object.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090604#M2123</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2023-07-05T09:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question about output JSON structure not appearing in email body after App Reload Finished automation...</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090738#M2125</link>
      <description>&lt;P&gt;Thank you Shai!&amp;nbsp; Using the JSON formula is the solution I was looking for.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 13:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Newbie-question-about-output-JSON-structure-not-appearing-in/m-p/2090738#M2125</guid>
      <dc:creator>diagonjope</dc:creator>
      <dc:date>2023-07-05T13:50:32Z</dc:date>
    </item>
  </channel>
</rss>

