<?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>What is the use of PP! and FV! ?</title><link>https://community.appian.com/discussions/f/general/13784/what-is-the-use-of-pp-and-fv</link><description>What is the use of PP! and FV! ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: What is the use of PP! and FV! ?</title><link>https://community.appian.com/thread/62555?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 06:54:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e5df2d4-88e5-417f-8787-5dbc52cb8b2a</guid><dc:creator>ravalik</dc:creator><description>&lt;p&gt;HI tirumalar,&lt;br /&gt; &lt;br /&gt; In addition to the above mentioned points, here are the few points , please find the below points:&lt;br /&gt; After entering a domain prefix in an expression, a type ahead will begin to suggest the best matched function, object, or data point.&lt;br /&gt; Usage of domain prefixes can be considered as a best practice , such as with the exception of the fn! domain designers should always uses domain prefixes in their expressions. &lt;br /&gt; Please go through with the below link&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/18.3/domain_prefixes.html"&gt;docs.appian.com/.../domain_prefixes.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use of PP! and FV! ?</title><link>https://community.appian.com/thread/62552?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 05:26:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e52143d3-6db9-4785-b049-9a48ea2b65eb</guid><dc:creator>Hema</dc:creator><description>&lt;p&gt;Hi tirumalar0001,&lt;/p&gt;
&lt;p&gt;Along with the answers above, please go through the below mentioned links to get more clear idea about Process and Report Data&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.appian.com/suite/help/18.3/Process_and_Report_Data.html" href="https://docs.appian.com/suite/help/18.3/Process_and_Report_Data.html"&gt;https://docs.appian.com/suite/help/18.3/Process_and_Report_Data.html&lt;/a&gt;&amp;nbsp;(Process Properties Section - will give info about pp!)&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.appian.com/suite/help/18.2/process-model-object.html" href="https://docs.appian.com/suite/help/18.2/process-model-object.html"&gt;https://docs.appian.com/suite/help/18.2/process-model-object.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.appian.com/suite/help/18.2/fnc_looping_a_foreach.html" href="https://docs.appian.com/suite/help/18.2/fnc_looping_a_foreach.html"&gt;https://docs.appian.com/suite/help/18.2/fnc_looping_a_foreach.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Hema&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use of PP! and FV! ?</title><link>https://community.appian.com/thread/62550?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 04:39:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e19c9fd0-bec7-461f-be5d-3f6257b9c63e</guid><dc:creator>Shanmukha</dc:creator><description>You can also find complete information in the below link.&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.2/domain_prefixes.html"&gt;docs.appian.com/.../domain_prefixes.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use of PP! and FV! ?</title><link>https://community.appian.com/thread/62549?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 04:33:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82e00570-4fd8-41b5-a6cc-0e76a16a1f69</guid><dc:creator>ekanshj</dc:creator><description>&lt;p&gt;Hi tirumalar0001&lt;/p&gt;
&lt;p&gt;PP! is Process Properties for each process we have some properties that we get when we run an instance of the process.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;pp!id&lt;/li&gt;
&lt;li&gt;pp!name&lt;/li&gt;
&lt;li&gt;pp!priority&lt;/li&gt;
&lt;li&gt;pp!initiator&lt;/li&gt;
&lt;li&gt;pp!designer&lt;/li&gt;
&lt;li&gt;pp!starttime&lt;/li&gt;
&lt;li&gt;pp!deadline&lt;/li&gt;
&lt;li&gt;pp!timezone&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;FV! is to get the current value funtions of an array items in a foreach loop.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fv!item&lt;/li&gt;
&lt;li&gt;fv!index&lt;/li&gt;
&lt;li&gt;fv!itemCount&lt;/li&gt;
&lt;li&gt;fv!identifier&lt;/li&gt;
&lt;li&gt;fv!isFirst&lt;/li&gt;
&lt;li&gt;fv!isLast&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>