Invalid cannot index property of type text into type NSARequest

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 to next node in process model. 

I have verified Record Type functions and interface and couldn't find anything much. Please advice where could be the issue.

  Discussion posts and replies are publicly visible

Parents
  • anushas0002 Can you please confirm the following:

    1) The datastore that references the CDT does in fact Verify when you Save and Publish it.
    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't see a ^ followed by a version number (e.g., ^2) after the CDT name
    3) And try indexing into that field to null handle, i.e., index(ac!nsaRequest, "officialName", {}) to see if that resolves the issue
Reply
  • anushas0002 Can you please confirm the following:

    1) The datastore that references the CDT does in fact Verify when you Save and Publish it.
    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't see a ^ followed by a version number (e.g., ^2) after the CDT name
    3) And try indexing into that field to null handle, i.e., index(ac!nsaRequest, "officialName", {}) to see if that resolves the issue
Children
No Data