<?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 is Ruby function succ is available to use on workato and how? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8496#M3552</link>
    <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;succ → new_str&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Returns the successor to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;str&lt;/EM&gt;. The successor is calculated by incrementing characters starting from the rightmost alphanumeric (or the rightmost character if there are no alphanumerics) in the string. Incrementing a digit always results in another digit, and incrementing a letter results in another letter of the same case. Incrementing nonalphanumerics uses the underlying character set’s collating sequence.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;"abcd"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;        &lt;SPAN class=""&gt;#=&amp;gt; "abce"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"THX1138"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;     &lt;SPAN class=""&gt;#=&amp;gt; "THX1139"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"&amp;lt;&amp;lt;koala&amp;gt;&amp;gt;"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;   &lt;SPAN class=""&gt;#=&amp;gt; "&amp;lt;&amp;lt;koalb&amp;gt;&amp;gt;"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"1999zzz"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;     &lt;SPAN class=""&gt;#=&amp;gt; "2000aaa"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"ZZZ9999"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;     &lt;SPAN class=""&gt;#=&amp;gt; "AAAA0000"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"***"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;         &lt;SPAN class=""&gt;#=&amp;gt; "**+"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Error: I would like to get next number from "SO012501" to "SO012502"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1733i809004AC0757FFFD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 15 Jan 2025 16:17:50 GMT</pubDate>
    <dc:creator>jpworkato</dc:creator>
    <dc:date>2025-01-15T16:17:50Z</dc:date>
    <item>
      <title>is Ruby function succ is available to use on workato and how?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8496#M3552</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;succ → new_str&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Returns the successor to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;str&lt;/EM&gt;. The successor is calculated by incrementing characters starting from the rightmost alphanumeric (or the rightmost character if there are no alphanumerics) in the string. Incrementing a digit always results in another digit, and incrementing a letter results in another letter of the same case. Incrementing nonalphanumerics uses the underlying character set’s collating sequence.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;"abcd"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;        &lt;SPAN class=""&gt;#=&amp;gt; "abce"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"THX1138"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;     &lt;SPAN class=""&gt;#=&amp;gt; "THX1139"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"&amp;lt;&amp;lt;koala&amp;gt;&amp;gt;"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;   &lt;SPAN class=""&gt;#=&amp;gt; "&amp;lt;&amp;lt;koalb&amp;gt;&amp;gt;"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"1999zzz"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;     &lt;SPAN class=""&gt;#=&amp;gt; "2000aaa"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"ZZZ9999"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;     &lt;SPAN class=""&gt;#=&amp;gt; "AAAA0000"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;"***"&lt;/SPAN&gt;.&lt;SPAN class=""&gt;succ&lt;/SPAN&gt;         &lt;SPAN class=""&gt;#=&amp;gt; "**+"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Error: I would like to get next number from "SO012501" to "SO012502"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1733i809004AC0757FFFD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jan 2025 16:17:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8496#M3552</guid>
      <dc:creator>jpworkato</dc:creator>
      <dc:date>2025-01-15T16:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: is Ryby function succ is available to use on workato and how?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8498#M3553</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 15:31:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8498#M3553</guid>
      <dc:creator>jpworkato</dc:creator>
      <dc:date>2025-01-15T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: is Ryby function succ is available to use on workato and how?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8500#M3554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11398"&gt;@jpworkato&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Workato does not support the "succ" formula for generating successors. To achieve this functionality, you can use Ruby, Python, or JavaScript to manipulate the data. If you need further details or assistance, feel free to reach out!&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 15:45:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8500#M3554</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-01-15T15:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: is Ryby function succ is available to use on workato and how?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8501#M3555</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I am kind of new to workato and still figuring things out. Can you help me to get this done either by Ruby or JavaScript.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 15:51:31 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8501#M3555</guid>
      <dc:creator>jpworkato</dc:creator>
      <dc:date>2025-01-15T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: is Ruby function succ is available to use on workato and how?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8502#M3556</link>
      <description>&lt;P&gt;The succ method isn't supported in the in-line Ruby (in formulas and variables), but it is supported in the Ruby action.&lt;/P&gt;&lt;P&gt;Create a Ruby action with an input called "str" and and output called "result" and then use this code snippet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{result: input["str"].succ}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 16:38:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8502#M3556</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-01-15T16:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: is Ruby function succ is available to use on workato and how?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8504#M3557</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1735i6419F293ED7310EC/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;Thank you for the information, that works!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 16:53:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/is-ruby-function-succ-is-available-to-use-on-workato-and-how/m-p/8504#M3557</guid>
      <dc:creator>jpworkato</dc:creator>
      <dc:date>2025-01-15T16:53:44Z</dc:date>
    </item>
  </channel>
</rss>

