<?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 XML input dynamically to an integration?</title><link>https://community.appian.com/discussions/f/integrations/28356/how-to-pass-xml-input-dynamically-to-an-integration</link><description>Hi, 
 
 I have a requirement where I have to send an XML input to the integration and in that input some of the fields I need to send dynamically, and they won&amp;#39;t be same every time I hit the integration. 
 
 
 from the particular XML data the below given</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110946?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 09:10:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d31f25da-ec39-418d-b45b-977f424a54eb</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Try this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!doubleQuote: &amp;quot;&amp;quot;&amp;quot;&amp;quot;,
  &amp;quot;_FirstName=&amp;quot; &amp;amp; local!doubleQuote &amp;amp; &amp;quot;Charles&amp;quot; &amp;amp; local!doubleQuote
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/18/pastedimage1681290724327v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110943?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 09:01:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8d1a2b5-9efa-425f-8261-86f82ad12ea1</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;Concat is not working within the XML, I just tried.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110942?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:55:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d28fd2e-f8f1-4e41-b176-74d8c1f235fe</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;Ok will have a trail.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110941?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:53:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1359cae7-225a-48d8-add4-cb3bfe9113bb</guid><dc:creator>mohits0009</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;For concatenating &amp;quot; &amp;quot; ,you can use concat(&amp;quot;&amp;quot;&amp;quot;&amp;quot; &amp;amp; ri!firstName,&amp;quot;&amp;quot;&amp;quot;&amp;quot;) .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110940?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:35:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93e11a6a-2a90-4185-a825-d98fd3a89cdf</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;One more thing here we are not using any CDT&amp;#39;s we are handling data directly through records only.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110939?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:25:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:55a220e6-6069-49ac-86fa-859ce485c3e1</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;if RI means rule input?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;if yes,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;_FirstName=&amp;quot;&amp;quot;ri!firstName&amp;quot;&amp;quot; is this the fine way to call because it&amp;#39;s not accepting without &amp;quot; &amp;quot; and even not expecting with single quotes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110937?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:11:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d42f9c38-41b7-4917-8e16-2ace519a46d3</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Keep the RI of type &amp;quot;Text&amp;quot; and use that RI in your request body.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110936?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:11:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3eb06d0d-a4a2-480a-94eb-83ef3cda2e43</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;Ok will check that,&lt;/p&gt;
&lt;p&gt;Thanks Sanchit...!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pass XML input dynamically to an integration?</title><link>https://community.appian.com/thread/110935?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:05:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a5ff567-c578-46ff-b1c5-6260c1777a76</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;You can create a rule to dynamically format the data in XML form and by adding rule inputs in the integration for the fields which are dynamic, you can call that rule in the request body.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>