<?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>How to save data from a compound output to a process variable?</title><link>https://community.appian.com/discussions/f/process/10879/how-to-save-data-from-a-compound-output-to-a-process-variable</link><description>I have a decision object that returns a compound output with various types (integer and text). I am aware that it is returned as a dictionary. How would I go about accessing that dictionary to save individual fields into a process variable? Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to save data from a compound output to a process variable?</title><link>https://community.appian.com/thread/47601?ContentTypeID=1</link><pubDate>Tue, 15 Aug 2017 11:32:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79cbe405-30bb-4d8d-b65c-f4207227d593</guid><dc:creator>Shivam Gupta</dc:creator><description>Use the above approach and than you can use a script task to indivisually map indivisual process variables.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to save data from a compound output to a process variable?</title><link>https://community.appian.com/thread/47598?ContentTypeID=1</link><pubDate>Tue, 15 Aug 2017 10:28:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8adcdb12-f06b-4bcb-9088-ba880ac1b59f</guid><dc:creator>Alok Patro</dc:creator><description>You try the approach as suggested by &lt;a href="/members/carloss"&gt;Carlos Santander&lt;/a&gt;  or else if you have any issue with the data types you can use the cast function.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to save data from a compound output to a process variable?</title><link>https://community.appian.com/thread/47565?ContentTypeID=1</link><pubDate>Mon, 14 Aug 2017 16:36:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:659c3511-d02d-4e62-b1b8-e05cf11278a9</guid><dc:creator>Carlos Santander</dc:creator><description>You need to define a CDT that matches the dictionary structure. Then set the PV type to be of that dictionary.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>