<?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: convert number to currency in emails in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7122#M3070</link>
    <description>&lt;P&gt;DOH!!!!!&lt;/P&gt;&lt;P&gt;wait if I create a single variable step and add 5 or 10 string variables in it and default to a datapill.to_currency that is still 1 task? its the step that drives the task???&lt;/P&gt;&lt;P&gt;that is a game changer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2024 20:03:42 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2024-07-19T20:03:42Z</dc:date>
    <item>
      <title>convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7090#M3053</link>
      <description>&lt;P&gt;after POs are booked and my recipe sends emails out to Sales and OMs to let them know what happened the prices are hard to read since there is no formatting.&lt;/P&gt;&lt;P&gt;for example they see:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Op Amount: &lt;/STRONG&gt;$3891266.55 (USD)&lt;/P&gt;&lt;P&gt;they would like to see:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Op Amount: &lt;/STRONG&gt;$3,891,266.55 (USD)&lt;/P&gt;&lt;P&gt;this seems like it's an easy ask but I can't figure it how to do it&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;john&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 20:33:42 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7090#M3053</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2024-07-18T20:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7091#M3054</link>
      <description>&lt;P&gt;Sounds like you need .to_currency&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 20:40:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7091#M3054</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-18T20:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7092#M3055</link>
      <description>&lt;P&gt;is it that simple???&lt;/P&gt;&lt;P&gt;&amp;nbsp; in the html body of an email I have it set something like this&lt;/P&gt;&lt;P&gt;&amp;lt;strong&amp;gt;PO Amount: &amp;lt;/strong&amp;gt;&amp;nbsp; &amp;nbsp;$&amp;lt;Amount Data Pill&amp;gt;&amp;lt;br/&amp;gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 20:48:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7092#M3055</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2024-07-18T20:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7093#M3056</link>
      <description>&lt;P&gt;It all depends on how your email body is written AND if you have more than one dollar amount per email.&lt;/P&gt;&lt;P&gt;If your email only has one amount, I would make a logger or variable, convert it with .to_currency, and then swap the data pill in the email body.&lt;/P&gt;&lt;P&gt;If you don't want to burn the task, then you'll have to switch your email body to formula mode, and use .to_currency on the amount in the body, and concatenate it back together.&lt;/P&gt;&lt;P&gt;If you have multiple values, then it'll probably be a combination of a list or multiple variables to hold the conversions, and then implementing them into the email body.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 20:56:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7093#M3056</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-18T20:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7105#M3058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9365"&gt;@johnw&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try with below formulae. Hopefully it solve your problem.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Just add the data pill in HTML body.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;PO Amount: &amp;lt;/strong&amp;gt;&amp;nbsp; &amp;nbsp;$&amp;lt;Amount Data Pill&amp;gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amount_2.png" style="width: 832px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1443i29555814758817D8/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Amount_2.png" alt="Amount_2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You were right, but we need to modify little bit based on the Ask.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shivakumara Avadhani&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amount_1.png" style="width: 760px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1442i1E9867ECAB593C53/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Amount_1.png" alt="Amount_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 14:21:32 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7105#M3058</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2024-07-19T14:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7107#M3059</link>
      <description>&lt;P&gt;but either way my whole email body would have to be converted from html to a formula, correct?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 14:24:23 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7107#M3059</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2024-07-19T14:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7111#M3060</link>
      <description>&lt;P&gt;You can do it two different ways.&lt;/P&gt;&lt;P&gt;If you do the conversion in a variable before the email action, you can do this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="email_2.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1444iA8ED012ADB92FB4C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="email_2.jpg" alt="email_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you do the conversion in the message itself, you will need to make it a formula like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="email_1.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1445iC1570751F1303409/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="email_1.jpg" alt="email_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 15:46:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7111#M3060</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-19T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7112#M3061</link>
      <description>&lt;P&gt;oh so i change my existing body to a formula field and put "" around all the existing html code and do + wherever I have a data pill&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 15:54:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7112#M3061</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2024-07-19T15:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7116#M3065</link>
      <description>&lt;P&gt;That's pretty much it. In my opinion, it's easier and cleaner to do the conversion in a variable and insert it into the text (option 1 above). I'm splitting hairs over a single task,&amp;nbsp;but it makes the email body easier to read and update.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 16:33:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7116#M3065</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-19T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7120#M3068</link>
      <description>&lt;P&gt;we currently have 5 different price fields in the email but maybe I could get creative and create a single variable with all the different price fields formatted with line fields and then add that&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 19:09:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7120#M3068</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2024-07-19T19:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7121#M3069</link>
      <description>&lt;P&gt;Yep, that sounds like it will work. Or just create a variable for each value conversion and then plug them into the email as needed. The variable action would still only be one task too, even if there are multiple variables within the action.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 19:59:51 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7121#M3069</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-19T19:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7122#M3070</link>
      <description>&lt;P&gt;DOH!!!!!&lt;/P&gt;&lt;P&gt;wait if I create a single variable step and add 5 or 10 string variables in it and default to a datapill.to_currency that is still 1 task? its the step that drives the task???&lt;/P&gt;&lt;P&gt;that is a game changer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 20:03:42 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7122#M3070</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2024-07-19T20:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert number to currency in emails</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7124#M3071</link>
      <description>&lt;P&gt;Haha, yeah that's how it works! This is all one task:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable.jpg" style="width: 663px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1446i8AFE8FB83C94600B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="variable.jpg" alt="variable.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 20:06:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/convert-number-to-currency-in-emails/m-p/7124#M3071</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-19T20:06:07Z</dc:date>
    </item>
  </channel>
</rss>

