<?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>How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/discussions/f/integrations/35048/how-to-pass-one-field-of-result-body-of-first-integration-to-second-integration</link><description>This is the result of 1st integration , i want to store client guid (of result body) in some process variable and then pass this value as input to 2nd integration .How Can I achieve this ,can someone please advise 
 How Can I store only client guid in</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/thread/135743?ContentTypeID=1</link><pubDate>Thu, 23 May 2024 08:15:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d174d4d-6366-4071-a609-7b6ef53222ff</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I want this body as input to an integration .In the existing process model we are passing body only with name and comment as an input to an integration via scriptask (input as expressionrule )&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I need to get output of expressionrule as below&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;a!toJson&lt;br /&gt;({&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;name&amp;quot;: &amp;quot; some string from db &amp;quot;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;Comment&amp;quot;: &amp;quot;some string from db&amp;quot;,&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; CAC:{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;TypeId&amp;quot;:&amp;nbsp; 1,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /*Value is always 1*/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add: {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;email&amp;quot;:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;some string from data &amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;dName&amp;quot; :&amp;nbsp; &amp;quot;some string from data&amp;quot;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;Provider&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;quot;some string from data&amp;quot;,&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;eFlag&amp;quot;: false,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;dFlag&amp;quot;: false,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;ID&amp;quot;: 2&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;})&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;name ,comment,email,provider and dname values are present in one CDT&amp;nbsp; . I&amp;#39;m trying build an array structure and get email and dname&amp;nbsp; from main CDT where existing values are present.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Have already existing CDT I..e Main CDT ---name ,comment,email,dname and few other fields and now i have added CAC Cdt in this mail CDT as an array&lt;br /&gt;&lt;br /&gt;2. Created One CDT for CAC with fields type ID and add CDT&lt;br /&gt;&lt;br /&gt;3. In ADD CDT , added fields email,name,provider,eflag ,dflag&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/thread/135729?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 11:55:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e09592db-9609-4c91-acb4-4c7b0ab95003</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;once you define your variable value in the output of the 1st integration you can directly use it in the 2nd integrations input. Unless you have any other modifications to perform in between.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/thread/135724?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 10:51:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75f8cfa3-95e4-4411-9df0-6693ff90ea28</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;Do I need to pass this PV to scriptask and then integration ? Is it possible to possible it directly to integration&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/thread/135723?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 10:48:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1db10b8b-0aa6-4075-9b9d-7b9136bea0c5</guid><dc:creator>Ranjith shanmugam</dc:creator><description>&lt;p&gt;you need to specify something like this property(ac!Result.body,&amp;quot;clientGuid&amp;quot;,null)&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1716374913514v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/thread/135722?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 10:29:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d4f137f-9b48-459b-b39f-7fe6b76dbe78</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have some PV named resultbody as text field , Is this correct..?&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1716373744833v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass one field of result body of first integration  to second integration</title><link>https://community.appian.com/thread/135720?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 10:23:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f515bab3-5a3a-4bdb-a5d8-ecaf9409a2d4</guid><dc:creator>Ranjith shanmugam</dc:creator><description>&lt;p&gt;&lt;a href="/members/sabat0002"&gt;ZAINAB&lt;/a&gt;&amp;nbsp;create custom output and do property(ac!result.body,&amp;quot;clientGuid&amp;quot;,null) and store it in some PV&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>