<?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: Assembling a string with multiple Variables - String Interpolation in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2185#M908</link>
    <description>&lt;P&gt;Yep, that's what I was going to suggest.  Workato is designed to make building as low-code as possible, so whilst you CAN do it as a formula, you don't need to if you're just concatenating strings together.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 04:01:20 GMT</pubDate>
    <dc:creator>dcornwell</dc:creator>
    <dc:date>2022-01-25T04:01:20Z</dc:date>
    <item>
      <title>Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2181#M904</link>
      <description>&lt;P&gt;Wondering if Workato has the concept of String Interpolation similar to C# where you can assemble multiple strings into one string. &lt;/P&gt;&lt;P&gt;For example, I have the need to create a text string that says:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Your Part is: ABC123, Red Widget, and it will deliver on Feb 1 2022"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is made up of three variables PartNum, PartDesc, and DelDate.&lt;/P&gt;&lt;P&gt;I know that I could use a formula such as:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Your Part is: "+PartNum+", "+PartDesc+", and it will deliver on: "+DelDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BUT.. in C# and other languages there is the concept of String Interpolation. The above could be written like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Your Part is: {0}, {1}, and it will deliver on: {3}",PartNum, PartDesc, DelDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is this a thing in Workato Forumlas? &lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:19:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2181#M904</guid>
      <dc:creator>tshoemaker</dc:creator>
      <dc:date>2022-01-25T03:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2182#M905</link>
      <description>&lt;DIV class="WordSection1"&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;Hi Tim, Welcome on board!&lt;BR /&gt;&lt;BR /&gt;Do you mean something like this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;BR /&gt;&lt;BR /&gt;Are you Dutch by any means?&lt;BR /&gt;I’m with Royal BAM, and work from NL…..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:28:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2182#M905</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2022-01-25T03:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2183#M906</link>
      <description>&lt;P&gt;Just drag Datapills to the text area and here you go:)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:30:23 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2183#M906</guid>
      <dc:creator>kkrivonos</dc:creator>
      <dc:date>2022-01-25T03:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2184#M907</link>
      <description>&lt;P&gt;Nope, that doesn't quite do what I want. The interpolation formula is very easy to read.&lt;/P&gt;&lt;P&gt;And my name has Dutch roots.. Originally Schoonmaker, but my family migrated to USA in the 1500's... Heinrick Hockem Schoonmaker was the first to come across the atlantic. But there has been 10 generations since then, so it is hard to call myself "Dutch". &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:32:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2184#M907</guid>
      <dc:creator>tshoemaker</dc:creator>
      <dc:date>2022-01-25T03:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2185#M908</link>
      <description>&lt;P&gt;Yep, that's what I was going to suggest.  Workato is designed to make building as low-code as possible, so whilst you CAN do it as a formula, you don't need to if you're just concatenating strings together.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:01:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2185#M908</guid>
      <dc:creator>dcornwell</dc:creator>
      <dc:date>2022-01-25T04:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2186#M909</link>
      <description>&lt;P&gt;ANSWER! Yes you can... RUBY does have the concept of String Interpolation (see http://ruby-for-beginners.rubymonstas.org/bonus/string_interpolation.html&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;To test this, i did the following in a string variable setting formula: (as seen in the attached image). The result was "My Name Is Tim Shoemaker and my email address is tshoemaker@epicor.com"&lt;/P&gt;&lt;P&gt;This makes the assembly of long text messages easier because you don't need all those quotes and plus signs.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:05:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2186#M909</guid>
      <dc:creator>tshoemaker</dc:creator>
      <dc:date>2022-01-25T04:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2187#M910</link>
      <description>&lt;P&gt;Yes, that's also doable:) you can also add "present ? &amp;lt;true datapill&amp;gt; : &amp;lt;false data&amp;gt;" construct to handle nulls &lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:17:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2187#M910</guid>
      <dc:creator>kkrivonos</dc:creator>
      <dc:date>2022-01-25T04:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2188#M911</link>
      <description>&lt;DIV dir="auto"&gt;The closest thing I have encountered to something similar is join or format on arrays. Still using functions.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;</description>
      <pubDate>Tue, 25 Jan 2022 08:24:33 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2188#M911</guid>
      <dc:creator>vinny-sosa</dc:creator>
      <dc:date>2022-01-25T08:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2189#M912</link>
      <description>&lt;P&gt;Hi Tim, string interpolation and string format are supported. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;More examples: https://app.workato.com/recipes/2111405&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 10:01:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2189#M912</guid>
      <dc:creator>gabriel-sim</dc:creator>
      <dc:date>2022-01-25T10:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2190#M913</link>
      <description>&lt;P&gt;This is useful when you need to apply formulas to the datapills before you form the string. Otherwise, &lt;SPAN id="mob-widget-1643079315041" class="mention"&gt;Kirill Krivonos&lt;/SPAN&gt; solution of dragging datapills to text mode would be ideal&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 10:56:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2190#M913</guid>
      <dc:creator>gabriel-sim</dc:creator>
      <dc:date>2022-01-25T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assembling a string with multiple Variables - String Interpolation</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2191#M914</link>
      <description>&lt;DIV class="WordSection1"&gt;&lt;P class="MsoNormal"&gt;Ahhh… now I get it… you don’t NEED to do string interpolation to get it to work. You can simply insert the variables into he string and it works. I was overthinking it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;You might want to include an example of it working that way in the string section of the guide… I was way overthinking it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jan 2022 12:12:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/assembling-a-string-with-multiple-variables-string-interpolation/m-p/2191#M914</guid>
      <dc:creator>tshoemaker</dc:creator>
      <dc:date>2022-01-25T12:12:56Z</dc:date>
    </item>
  </channel>
</rss>

