<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Appian Logic</title><link>https://community.appian.com/discussions/f/administration/35530/appian-logic</link><description>how can I generate in this format randomly &amp;quot;4SpPsO&amp;amp;CybFwb#KeoocAeS0WFb&amp;amp;EPn+A*WH$g%#4&amp;quot; 
 
 can you suggest the logic in Appian?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appian Logic</title><link>https://community.appian.com/thread/138508?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2024 08:33:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a358534-03a0-4e7d-b361-46a0f22d2ab1</guid><dc:creator>rahulk9545</dc:creator><description>&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Logic</title><link>https://community.appian.com/thread/138507?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2024 08:30:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4a3fbf4-e9cd-4340-be5a-895a9cdfbd7c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;joinarray(char(rand(30) * 100 + 40), &amp;quot;&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;rand() generates number between 0 and 1&lt;/p&gt;
&lt;p&gt;&amp;quot;* 100&amp;quot; scales this to 0-100&lt;/p&gt;
&lt;p&gt;&amp;quot;+40&amp;quot; shifts the number to 40-140&lt;/p&gt;
&lt;p&gt;char() returns the characters for the given number&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>