<?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>Some referenced Items could not be found, process model</title><link>https://community.appian.com/discussions/f/new-to-appian/37785/some-referenced-items-could-not-be-found-process-model</link><description>Hi, 
 I am running a process model and I want it to write/update record information after an input task. 
 If they hit accept, the write records data service works perfectly but if they hit the reject button the write record service throws the following</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Some referenced Items could not be found, process model</title><link>https://community.appian.com/thread/142080?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 08:02:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:41fb1182-9bc7-4f3a-8f52-fd7fd48fb03f</guid><dc:creator>gabrield295009</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/shanmathip7466"&gt;Shanmathi Ponnusamy&lt;/a&gt;&amp;nbsp;, I checked and I was mistakingly trying to change a primary key on the write records. Once I fixed that it worked well. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some referenced Items could not be found, process model</title><link>https://community.appian.com/thread/142049?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 21:21:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11193763-7110-4687-a662-bd7372e8d61e</guid><dc:creator>Shanmathi Ponnusamy</dc:creator><description>&lt;p&gt;Could you please make sure in the Errored `Write to Record node`, no values or code is showing warning in&amp;nbsp;Setup and Data tab(both Input and Output)? If&amp;nbsp;a record field is renamed and it is being referred anywhere in the node, that&amp;nbsp;might be a cause.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some referenced Items could not be found, process model</title><link>https://community.appian.com/thread/142007?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 07:59:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b40085a6-3414-4268-9baf-08aa47d3b765</guid><dc:creator>gabrield295009</dc:creator><description>&lt;p&gt;Hi baji, here is the reject button code:&lt;/p&gt;
&lt;p&gt;secondaryButtons: {&lt;br /&gt; a!buttonWidget(&lt;br /&gt; label: &amp;quot;Rechazar&amp;quot;,&lt;br /&gt; value: true,&lt;br /&gt; saveInto: { &lt;br /&gt; a!save(&lt;br /&gt; ri!decisionDeApruebo, false()&lt;br /&gt; ), &lt;br /&gt; a!save(&lt;br /&gt; ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{c6d7ad75-b919-495e-acf8-cab91fe967c8}idSolicitud'], 4&lt;br /&gt; ),&lt;br /&gt; a!save(&lt;br /&gt; ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{8765b93b-701f-4834-a1fa-466d22579f09}clausuraFecha'], today()&lt;br /&gt; ),&lt;br /&gt; a!save(&lt;br /&gt; ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{52961fd0-4d58-4b78-a648-5fe0de023217}personaDecision'], loggedInUser()&lt;br /&gt; ),&lt;br /&gt; a!save(&lt;br /&gt; ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{c9e90275-1a59-4f5c-a413-b7ed27eed6b1}idEstadodeSolicitud'], 4 &lt;br /&gt; ),&lt;br /&gt; },&lt;br /&gt; submit: true,&lt;br /&gt; style: &amp;quot;OUTLINE&amp;quot;, &lt;br /&gt; disabled: if(a!isNotNullOrEmpty(ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{25e11a33-589d-4704-8244-bdeda69e2b92}razonDeRechazo']), &lt;br /&gt; false,&lt;br /&gt; true &lt;br /&gt; ),&lt;br /&gt; validate: true&lt;br /&gt; )&lt;br /&gt; }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some referenced Items could not be found, process model</title><link>https://community.appian.com/thread/142006?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 07:55:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1042f75e-38ee-4e67-8750-22d4fa3a8ce9</guid><dc:creator>gabrield295009</dc:creator><description>&lt;p&gt;HI Soma, it comes from an input task through an XOR gateway. Here is the the inputs window:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/pastedimage1729670100789v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;That same input task goes trough the submit button into a write records and it does work properly, that&amp;#39;s why I am confused.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some referenced Items could not be found, process model</title><link>https://community.appian.com/thread/141989?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 04:54:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:76eca44f-c2f5-455c-bbf4-14330b6fb48e</guid><dc:creator>baji mekala</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/gabrield295009"&gt;gabrield295009&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;can you share the what value you passed to record as input while click on the reject button&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some referenced Items could not be found, process model</title><link>https://community.appian.com/thread/141972?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 13:29:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8c0e6ed-5b33-4689-9ec0-06dbbc1a4d29</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Can you share the value of record that is passed as input to errored node&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>