<?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>Adding data values to a dictionary</title><link>https://community.appian.com/discussions/f/new-to-appian/18764/adding-data-values-to-a-dictionary</link><description>Hi, 
 I am using the a!startProcess . A number of my parameters are coming from an http!request.body, which I can pass in as a dictionary 
 However I want to be able to add additional parameters as something like the following. 
 processParameters: concat</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Adding data values to a dictionary</title><link>https://community.appian.com/thread/73813?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 08:26:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d3fdd8ef-f0eb-4c86-8ac5-90aca8bcc03e</guid><dc:creator>timothyb</dc:creator><description>&lt;p&gt;Hi, Thanks for your responses. Sorry I wasn&amp;#39;t very clear. My process parameters currently work fine within the web API&lt;/p&gt;
&lt;p&gt;processParameters: a!fromJson(&lt;br /&gt; http!request.body&lt;br /&gt; )&lt;/p&gt;
&lt;p&gt;I could probably change it to pass in the unconverted request body into a CDT in the process model. I am assuming as well that i am not going to be able to get a handle on the response. Ultimately we are trying to audit any calls made by the external application within Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding data values to a dictionary</title><link>https://community.appian.com/thread/73801?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 17:42:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67d7c659-9508-4b62-9762-f2a2286f9a49</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;You cannot add a dictionary or &amp;quot;Any Type&amp;quot; as a variable type in a process model. However, do you know what kind of data you expect to receive from the http request? Could you create a CDT that matches the fields of the request and use that as the type? You can just use cast() to cast the response from your JSON to the correct CDT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding data values to a dictionary</title><link>https://community.appian.com/thread/73797?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 16:57:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de207eae-fd58-4176-a332-d109d8a68d3a</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Is there any particular reason you can&amp;#39;t just add additional parameters to your process model?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>