<?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 fetch STEPS data.</title><link>https://community.appian.com/discussions/f/general/7155/how-to-fetch-steps-data</link><description>How to fetch STEPS data. While using the expression local!test.data.steps or index(local!test.data,&amp;quot;steps&amp;quot;,null) it is giving expression error. &amp;quot;Invalid index: Cannot index property &amp;#39;steps&amp;#39; of type Text into type List of Text String&amp;quot; I am getting attached</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to fetch STEPS data.</title><link>https://community.appian.com/thread/28800?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2016 12:32:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7dd35519-a238-4b9c-a369-0f5e844055af</guid><dc:creator>Stefan Helzle</dc:creator><description>The datastructure returned by fromJson is not known to Appian. To access these kinds of unstructured data you have to build a small expression to access data deeper down in the structure. Something like GetStepsFromStructure(local!test.data). Inside this expression you sould be able to use ri!data.steps or index(ri!data, &amp;quot;steps&amp;quot;, {})&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to fetch STEPS data.</title><link>https://community.appian.com/thread/28794?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2016 10:45:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3aba0ce9-64a3-4d5f-8f7e-fa8127cdc6c9</guid><dc:creator>piyusha</dc:creator><description>++more info- Above was the response extracted from JSON function a!fromJson.&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>