<?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: How to read list of contents and write onto email body? Is there a way to do this. in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5067#M2242</link>
    <description>&lt;P&gt;I'd need to see some screenshots of your recipe to understand what's happening. In what action are you trying the group mapping?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2023 15:11:30 GMT</pubDate>
    <dc:creator>gary1</dc:creator>
    <dc:date>2023-09-06T15:11:30Z</dc:date>
    <item>
      <title>How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5066#M2241</link>
      <description>&lt;P&gt;Trying to draft email alert which would have contents of list created. Need to understand if I do group mapping, it shows only 1 record wherein list have 100 record count. Greatly appreciate quick response on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:03:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5066#M2241</guid>
      <dc:creator>anoop9275</dc:creator>
      <dc:date>2023-09-06T15:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5067#M2242</link>
      <description>&lt;P&gt;I'd need to see some screenshots of your recipe to understand what's happening. In what action are you trying the group mapping?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:11:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5067#M2242</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-09-06T15:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5070#M2243</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anoop9275_1-1694013273589.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/622iA140C8BEDADBF712/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="anoop9275_1-1694013273589.png" alt="anoop9275_1-1694013273589.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Need above list with 2 records to be written onto email body.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:15:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5070#M2243</guid>
      <dc:creator>anoop9275</dc:creator>
      <dc:date>2023-09-06T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5071#M2244</link>
      <description>&lt;P&gt;In the email body, try [items].to_json. It's not pretty, but it will convert the array from Ruby to JSON and you'll be able to see the contents in the email.&lt;/P&gt;&lt;P&gt;If you want to format them, you can create a message template that uses HTML.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:19:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5071#M2244</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-09-06T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5073#M2245</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anoop9275_0-1694013602293.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/623iD1C3406EFF8CCA34/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="anoop9275_0-1694013602293.png" alt="anoop9275_0-1694013602293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tied adding list onto email body but shows only 1 record. Need a way how to display all records of list.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:20:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5073#M2245</guid>
      <dc:creator>anoop9275</dc:creator>
      <dc:date>2023-09-06T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5076#M2247</link>
      <description>&lt;P&gt;I'm assuming the "Items" array contains objects that contain the Title, Address, and Manager data pills you're putting into the email body. When you use data pills from an array like this, it only grabs the first item in the array, which is why you're seeing only one result.&lt;/P&gt;&lt;P&gt;There are many options to display all of the items in the array, and here are a couple of my suggestions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Switch to formula mode, add in only the Items data pill and use [items].to_json. This will convert the entire items list to JSON and you'll get everything in them email body, but it won't look pretty.&lt;/LI&gt;&lt;LI&gt;Switch to formula mode and use [Items].pluck('title').smart_join(', ') to make a comma-delimited list of all Titles in the array. You can repeat the same for each Address and Manager. I don't think this is a very good option, because I'm assuming you want to keep the data from each object grouped together.&lt;/LI&gt;&lt;LI&gt;Create a message template that parses the Items array and generates either a text or HTML output for the email body. This takes more effort and maybe some learning, but it will produce the best looking result.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I think the most important thing you need to decide is how you want your email to look. If it needs to look good, the message template is your best option.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:40:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5076#M2247</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-09-06T15:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5077#M2248</link>
      <description>&lt;P&gt;Tried, shows only 1 record instead should show 2 records.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 16:28:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5077#M2248</guid>
      <dc:creator>anoop9275</dc:creator>
      <dc:date>2023-09-06T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5078#M2249</link>
      <description>&lt;P&gt;Send a screenshot of how you tried, maybe we can fix it.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 16:30:39 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5078#M2249</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-09-06T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to read list of contents and write onto email body? Is there a way to do this.</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5129#M2259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9158"&gt;@anoop9275&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is Marlon from the Support team.&lt;BR /&gt;You can try to drag and drop the list items on the message body. See sample below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marlonmuela_0-1694752771384.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/648iC86D278925E919D5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="marlonmuela_0-1694752771384.png" alt="marlonmuela_0-1694752771384.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 04:39:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-read-list-of-contents-and-write-onto-email-body-is-there/m-p/5129#M2259</guid>
      <dc:creator>marlon-muela</dc:creator>
      <dc:date>2023-09-15T04:39:44Z</dc:date>
    </item>
  </channel>
</rss>

