<?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>Save in a process variable the results of a!queryProcessAnalytics.data</title><link>https://community.appian.com/discussions/f/process/38858/save-in-a-process-variable-the-results-of-a-queryprocessanalytics-data</link><description>Well, how am I supposed to reference the properties of this query in another process model? It is a dictionary, however I cannot reference a dictionary in a process model, so would it be supposed to convert the query to a map or what? 
 By the way, it</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Save in a process variable the results of a!queryProcessAnalytics.data</title><link>https://community.appian.com/thread/146976?ContentTypeID=1</link><pubDate>Mon, 07 Apr 2025 18:53:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2f72399d-7616-455b-92a3-d2798122634c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What&amp;#39;s your use case?&amp;nbsp; Remember also you can also wrap up a dictionary of data you want to use elsewhere into a JSON string and pass that easily to a process or whatever else you like.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save in a process variable the results of a!queryProcessAnalytics.data</title><link>https://community.appian.com/thread/146961?ContentTypeID=1</link><pubDate>Mon, 07 Apr 2025 14:28:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c64d6351-b6a8-4082-a457-32cb8451afe5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you try this&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cast(
  type!Map,
  a!queryProcessAnalytics(
    report: cons!SSH_REPORT_MY_TASKS
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;For the &amp;quot;weird&amp;quot; properties, I suggest to read the documentation about how process reports work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>