<?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>Invalid cannot index property of type text into type NSARequest</title><link>https://community.appian.com/discussions/f/general/13426/invalid-cannot-index-property-of-type-text-into-type-nsarequest</link><description>Please help solve the below error. I have renamed a column name in CDT and DataStore published to DB. This broke the process model and keeps throwing this error. The Write to DB node is writing to DB successfully, but throws this error instead of continuing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Invalid cannot index property of type text into type NSARequest</title><link>https://community.appian.com/thread/60824?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 14:02:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ada5f19-f172-42d6-b67c-bfcbb25e23db</guid><dc:creator>jerrys790</dc:creator><description>When making any changes to the CDT and Data store.  Make the changes first in the database, then download the XSD file for that CDT make the changes in the XSD then upload the XSD file.  This will prevent the issue of having ^2 as another version.  &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Jerry&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Invalid cannot index property of type text into type NSARequest</title><link>https://community.appian.com/thread/60807?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 06:04:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a891c64a-238f-4ddb-a898-647c936b0b63</guid><dc:creator>Dastagiri Dudekula</dc:creator><description>Try to remap the cdt datatype in the process variables. Then also remap the cdt datatype in the activity class variable. It seems to be the latest change was not reflected in either of the variables.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Invalid cannot index property of type text into type NSARequest</title><link>https://community.appian.com/thread/60791?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 03:11:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa58a3a5-b620-4806-a765-262dd9d215bf</guid><dc:creator>vishnuv</dc:creator><description>Hi,&lt;br /&gt;
1.Ideally, it appears the related CDT might not be updated. Hope impact analysis is done or may be you can remap the CDT at the reference artifact where is being used.&lt;br /&gt;
2. Sometimes, using dot throws an error while the value is NULL. I would suggest to use index() to overcome the same.&lt;br /&gt;
3. Is your CDT is multiple ? If so use cast in apply() function.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Invalid cannot index property of type text into type NSARequest</title><link>https://community.appian.com/thread/60785?ContentTypeID=1</link><pubDate>Wed, 26 Sep 2018 20:05:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:632b9f6e-ccdf-44af-b548-88236cc20a13</guid><dc:creator>Bryan Graney</dc:creator><description>anushas0002 Can you please confirm the following:&lt;br /&gt;
&lt;br /&gt;
1) The datastore that references the CDT does in fact Verify when you Save and Publish it.&lt;br /&gt;
2) That the PM where you received that error references the latest version of the CDT that you changed (and hence the latest field name of that CDT). This means you shouldn&amp;#39;t see a ^ followed by a version number (e.g., ^2) after the CDT name&lt;br /&gt;
3) And try indexing into that field to null handle, i.e., index(ac!nsaRequest, &amp;quot;officialName&amp;quot;, {}) to see if that resolves the issue&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>