<?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>Get DataSubset Download Link from Process Input´s</title><link>https://community.appian.com/discussions/f/rules/17315/get-datasubset-download-link-from-process-input-s</link><description>Hello! 
 I have a question about this function. How I have to put the &amp;quot;inputs&amp;quot;? I can not found the way to run this correctly. This is the code: 
 getdatasubsetdownloadlinkfromprocess( processModelUuid: cons!RBK_CONS_PM_GENERA_EXCEL_PERFIL_P3, input:</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get DataSubset Download Link from Process Input´s</title><link>https://community.appian.com/thread/68229?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 00:25:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32106aaa-7728-4eb6-8ba7-5117cbee6b29</guid><dc:creator>ankitab0001</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/pablor347"&gt;Pablo Ramos Clemente&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You need to enter process model parameters in the input.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!linkField(
  label: &amp;quot;Process Model&amp;quot;,
  links: {
    a!safeLink(
      label: getdatasubsetdownloadlinkfromprocess(
        processModelUuid: cons!PM_UUID,
        input: {
          PM_Parameter: 1413
        }
      ),
      document: getdatasubsetdownloadlinkfromprocess(
        processModelUuid: cons!PM_UUID,
        input: {
          PM_Parameter: 1413
        }
      )
    )
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But, I believe this plugin is deprecated and I would suggest to go for alternate options to achieve your functionality. Refer this thread for the same&lt;/p&gt;
&lt;p&gt;&lt;a href="/discussions/f/general/13308/how-to-use-getdatasubsetdownloadlinkfromprocess-function"&gt;https://community.appian.com/discussions/f/general/13308/how-to-use-getdatasubsetdownloadlinkfromprocess-function&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>