<?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>Hi Forum  I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/discussions/f/general/5055/hi-forum-i-am-trying-to-use-the-ifm-plug-in-and-it-is-unfortunately</link><description>Hi Forum I am trying to use the IFM plug in, and it is unfortunately not working for me Please see the example below. I have a variable vTextOld in the destination process (this is the variable to be changed). This variable will be replaced by vTextNew</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18854?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2015 07:32:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3e3cbc1-7d7b-40ea-b2d1-d07cba7a04b8</guid><dc:creator>Eduardo Fuentes</dc:creator><description>&lt;br /&gt;What about simply using a non-CDT variable of the same type as the ID field. For example if ID is of type &amp;quot;Text&amp;quot; then create a variable of that type and run&lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV cdtTextOld.id = [&amp;quot; &amp;amp;  pv!newIdOfTypeText &amp;amp; &amp;quot;&amp;quot;]&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18762?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 13:46:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4df0b0ee-2554-4dcb-bd85-fc6d2b8cc942</guid><dc:creator>lincolnf454</dc:creator><description>After some extensive testing, I have been able to use the IFM manager to update single cdt values successfully, like so &lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV cdtTextOld.id = [&amp;quot; &amp;amp;  pv!cdtTextNew.id &amp;amp; &amp;quot;&amp;quot;]&amp;quot;&lt;br /&gt;&lt;br /&gt;Unfortunately I am still unable to update the entire CDT since I always receive the following error &amp;quot;Expression evaluation error : Cannot internalize type TEXTTYPE &lt;br /&gt;&amp;quot; when using the externalize(internalize(cdt)) syntax. &lt;br /&gt;&lt;br /&gt;Is this syntax provided in the documentation correct? Has anyone else had success when updating entire cdts through the IFM manager?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18759?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 11:46:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c53b317b-663a-403a-9278-7ab45dd7d9a3</guid><dc:creator>lincolnf454</dc:creator><description>Hi Eduardo&lt;br /&gt;&lt;br /&gt;Unfortunately I don&amp;#39;t think that plug in will work for my case, since the process ID&amp;#39;s will not be known. I need a component similar to the IFM manager to query and change all process instances based on a where clause. &lt;br /&gt;&lt;br /&gt;I don&amp;#39;t understand where I&amp;#39;m going wrong here - I&amp;#39;m following the documentation pertaining to the syntax provided.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18749?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 08:40:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1cc240eb-29a0-4e45-9003-369c8a26fc4a</guid><dc:creator>Eduardo Fuentes</dc:creator><description>I suggest you use the &amp;quot;Get and Set External Process Variables&amp;quot; plug-in for updating variables &lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i4BWsQdLlzKy55h8z8zJ0sPqpDWFrba972_2QKGzfKIdfJIPbbYy0C-uwSkfGBl/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt; it&amp;#39;s easier to use since it doesn&amp;#39;t require any knowledge about any specific syntax. In that link you&amp;#39;ll also find the documentation of the plug-in at the bottom of the page.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18683?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 16:16:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7cee737e-bb3b-4758-ae91-5f77ef917403</guid><dc:creator>lincolnf454</dc:creator><description>Hi Eduardo&lt;br /&gt;&lt;br /&gt;Apologies for bothering you once more. I&amp;#39;m trying to do the exact same thing with cdts. Using the variables in our previous case as cdt&amp;#39;s, my syntax looks something like this (as per the documentation provided) -  &lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV cdtTextOld = [&amp;quot;&amp;quot;&amp;quot; &amp;amp;  externalize(internalize(pv!cdtTextNew))&amp;amp; &amp;quot;&amp;quot;&amp;quot;]&amp;quot;&lt;br /&gt; &lt;br /&gt;Now I get an appian error stating the following - Expression evaluation error at function &amp;#39;internalize&amp;#39;: Cannot internalize data: Expression evaluation error : Cannot internalize type TEXTTYPE &lt;br /&gt;&lt;br /&gt;Any help would be greatly appreciated&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18675?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 12:44:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47ea9519-46f9-46a1-935a-53a2200dd25e</guid><dc:creator>lincolnf454</dc:creator><description>Thanks Eduardo, that solved the issue. &lt;br /&gt;&lt;br /&gt;I&amp;#39;m a bit confused as to why that many quotes are needed but if it works that&amp;#39;s great. Hopefully it&amp;#39;s smooth sailing with updating cdts, which is another implementation I need in my process&lt;br /&gt;&lt;br /&gt;Many thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18674?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 12:16:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:45fbb7df-2a46-460e-8cd9-84e99e94e893</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Oh we&amp;#39;re missing the additional quotes&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV vTextOld = [&amp;quot;&amp;quot;&amp;quot; &amp;amp;  pv!vTextNew &amp;amp; &amp;quot;&amp;quot;&amp;quot;]&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18673?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 12:11:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6cd0e7d-b4a2-41f5-9bab-c4f350731577</guid><dc:creator>lincolnf454</dc:creator><description>Hi Eduardo &lt;br /&gt;&lt;br /&gt;Please see the screenshot attached, it seemed to have worked but it comes through with a new error&amp;quot; Expression evaluation error : Expression is invalid (1 token(s) remain after parsing)&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/2742.Capture.PNG"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/2742.Capture.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18664?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 11:11:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5562fbc3-2830-4fa8-bfa3-3f8a1e99f6b9</guid><dc:creator>Eduardo Fuentes</dc:creator><description>If that&amp;#39;s the case I think this is what you need&lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV vTextOld = [&amp;quot; &amp;amp; pv!vTextNew &amp;amp; &amp;quot;]&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18663?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 11:10:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ce74516-e1c8-45ba-94d3-a3af29363e05</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Oh I see what you&amp;#39;re trying to do,  pv!vTextNew is a process variable within the IFM Model, not within the Process 4623, correct?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18661?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 10:53:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c028bed6-4137-46f2-a856-a2f19d3fbe40</guid><dc:creator>lincolnf454</dc:creator><description>Hi Eduardo&lt;br /&gt;&lt;br /&gt;Please see the variables I&amp;#39;ve made in a test process attached, still doesn&amp;#39;t work. I&amp;#39;ve also attached the error log.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/0257.Capture.PNG"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/0257.Capture.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/IFM-Manager-2015_2D00_06_2D00_04-06_5F00_43-Results.txt"&gt;IFM Manager 2015-06-04 06_43 Results.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18649?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 05:30:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9acd63c-d25c-461e-b621-35352cf12b58</guid><dc:creator>Eduardo Fuentes</dc:creator><description>If it exists already, what about trying this&lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV vTextOld = [&amp;quot;&amp;quot;&amp;quot;&amp;quot; &amp;amp; pv!vTextNew]&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18648?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 05:30:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1475a57-4f90-4d54-8c59-1c4a1730f360</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Is pv!vTextNew an existing variable in that process?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Forum&lt;br /&gt;&lt;br /&gt;I am trying to use the IFM plug in, and it is unfortunately</title><link>https://community.appian.com/thread/18626?ContentTypeID=1</link><pubDate>Wed, 03 Jun 2015 18:14:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a9532e4f-8bf5-419d-a8f5-da656bb0144f</guid><dc:creator>lincolnf454</dc:creator><description>Forgot to mention - the below statement works fine for me. It&amp;#39;s just a matter of using a variable in my action expression that I&amp;#39;m not understanding&lt;br /&gt;&lt;br /&gt;=&amp;quot;UPDATE 4623 SET PV vTextOld = [&amp;quot;&amp;quot;This works&amp;quot;&amp;quot;]&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>