<?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>concat and cast problem</title><link>https://community.appian.com/discussions/f/rules/27329/concat-and-cast-problem</link><description>Hi All, 
 I have this cast function 
 
 and I&amp;#39;d like to change TLT_VEHICLEDETAIL with a dynamic input using ri!inType . 
 I thought to fix this problem with concat function ex. but it doesn&amp;#39;t work. 
 
 and my result was this one 
 who can help me?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: concat and cast problem</title><link>https://community.appian.com/thread/107122?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2023 15:19:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3fa94040-1d9d-4394-8c42-a073a7bd12e9</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Maybe just try&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;cast(
  typeof({ri!inType}),
  ri!data
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: concat and cast problem</title><link>https://community.appian.com/thread/107115?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2023 12:38:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e7787d0-ba86-4314-a5fd-01467826604c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you try this?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.4/fnc_informational_a_listtype.html"&gt;docs.appian.com/.../fnc_informational_a_listtype.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>