<?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>USD TO INR</title><link>https://community.appian.com/discussions/f/general/29166/usd-to-inr</link><description>Hi, is there any function which convert USD OR POUND into INR 
 I have to convert 
 USD 30,872.11 and &amp;euro;30,089.46 into INR 
 how can i convert ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: USD TO INR</title><link>https://community.appian.com/thread/115285?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 06:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9bfecc1-9548-4b6c-964b-5f6785ca79b1</guid><dc:creator>Sudhir Singh</dc:creator><description>&lt;p&gt;I Got it .&lt;/p&gt;
&lt;p&gt;Many thanks Prateeka.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USD TO INR</title><link>https://community.appian.com/thread/115284?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 06:21:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8026667-d947-4960-bc3b-f3274c50bf7b</guid><dc:creator>prateek_agarwal</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Sudhir I am not aware of a function like that in Appian. For conversion it is best to use a web API as the currency change constantly.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;a!localVariables(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;local!dollarToInr: 82.4*ri!value,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;local!euroToInr: 89.22*ri!value,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;a!currency(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;isoCode: &amp;quot;INR&amp;quot;,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;value: {local!euroToInr,local!dollarToInr}&lt;/span&gt;&lt;br /&gt;&lt;span&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;You have to replace the hardcoded values with API real time data to get the Realtime&lt;/span&gt;&lt;span&gt;&amp;nbsp;result&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>