<?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 call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/discussions/f/process/39634/how-to-call-a-startprocesslink-inside-a-gridcolumn</link><description>Hi All, hope you all are doing great, I&amp;#39;m getting the following error: Error Evaluating UI Expression Expression evaluation error [evaluation ID = PNO05] in rule &amp;#39;abs_clientsearchresponse2&amp;#39; (called by rule &amp;#39;abs_clientsearchrequest2&amp;#39;) : A null parameter</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151123?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 14:08:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b11234e9-7ace-47c7-a54f-2900b6a3bc9d</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="257407" url="~/discussions/f/process/39634/how-to-call-a-startprocesslink-inside-a-gridcolumn/151103"]Does it mean we cannot call a!startprocesslink in grid?[/quote]
&lt;p&gt;As stefan already mentioned, we most certainly can.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Personally I&amp;#39;m curious whether the OP&amp;#39;s &amp;quot;toInteger()&amp;quot; call that was added in the second code snippet somehow made a difference (usually for a hard-typecast parameter, though, i&amp;#39;d expect it to be handled gracefully, but who knows whether this is some weird corner case).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151107?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 06:53:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37262000-e7a3-4ce1-8e90-f9dedf4d97ed</guid><dc:creator>Dhananjay Kumar</dc:creator><description>&lt;p&gt;Thanks &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="/members/josec0424"&gt;Jose Castellot&lt;/a&gt;&amp;nbsp; - Can you please post here what was the issue if you were able to find that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151106?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 06:33:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6efe2e9a-7b60-4504-9dd9-7f19f7dcdc93</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You can use a!startProcessLink with any link parameter anywhere. I think the root cause was something different.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151103?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 06:00:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:84f7a8c1-d8a8-44ff-ad07-3028aa7071f7</guid><dc:creator>Dhananjay Kumar</dc:creator><description>&lt;p&gt;I see earlier you were using rich text and you&amp;#39;re calling a!startprocesslink in link parameter, which was erroring.&lt;/p&gt;
&lt;p&gt;In order to solve issue, you used button and in save into you called a!startprocess.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Does it mean we cannot call a!startprocesslink in grid?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151096?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 02:45:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d0666fd-806a-45b9-b9cb-f52c9b974209</guid><dc:creator>Jose Castellot</dc:creator><description>&lt;p&gt;Hi All,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;For those who have the same issue, here you go how I fixed it:&lt;br /&gt;&lt;br /&gt; a!gridColumn(&lt;br /&gt; label: &amp;quot;BUC&amp;quot;,&lt;br /&gt; value: a!buttonArrayLayout(&lt;br /&gt; buttons: {&lt;br /&gt; a!buttonWidget(&lt;br /&gt; label: fv!row.IDE_CLIENTE,&lt;br /&gt; style: &amp;quot;LINK&amp;quot;,&lt;br /&gt; size: &amp;quot;SMALL&amp;quot;,&lt;br /&gt; color: &amp;quot;NEGATIVE&amp;quot;,&lt;br /&gt; saveInto: a!startProcess(&lt;br /&gt; processModel: cons!ABS_CLIENT_REQUEST2_PM,&lt;br /&gt; processParameters: {&lt;br /&gt; buc: tostring(fv!row.IDE_CLIENTE)&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks and regards,&lt;/p&gt;
&lt;p&gt;Jose Castellot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151095?ContentTypeID=1</link><pubDate>Sun, 24 Aug 2025 17:42:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3697e2b4-1d4b-4341-b36a-4e932fd89c4d</guid><dc:creator>Jose Castellot</dc:creator><description>&lt;p&gt;Hi Harsha,&lt;/p&gt;
&lt;p&gt;Yes when the BUC link is clicked we are calling a process triggered in the backed, but we are using a!startProcessLink inside the a!gridColumn and is when we are getting the error: A null value has been passed&lt;/p&gt;
&lt;p&gt;if we run the process for debugging it is&amp;nbsp;working fine, so the issue is at the moment to invoke the process from the interface. For any reason the value is not being passed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151094?ContentTypeID=1</link><pubDate>Sun, 24 Aug 2025 17:39:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39e0fedf-aa0b-4291-85d7-1c4ded629764</guid><dc:creator>Jose Castellot</dc:creator><description>&lt;p&gt;Hi Stefan / All,&lt;br /&gt;Thanks for your soon response, originally the buc search page of the Site&amp;#39;s navigation menu was configured as a process, so the form was part of the process, however it was decided to change the configuration of the page as an Interface, to avoid creating new threads every time the user clicks on the buc search page.&lt;/p&gt;
&lt;p&gt;The BUC is entered by the user in the form and that value is passed to the process model,&amp;nbsp;on the other hand the table where the buc value is stored doesn&amp;#39;t have a record type, we are using a DSE.&lt;br /&gt;&lt;br /&gt;The situation is that the client wants to navigate between the different pages of the Site once the buc value is selected in the buc search page. So we created a table to store the buc value associated with the session of the user. Before that change it was working as expected, I think the issue is the way we are calling the process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151093?ContentTypeID=1</link><pubDate>Sun, 24 Aug 2025 17:05:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:21b95823-1750-441f-adc9-27b6e23be74e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;No, but for my connecting the process to the right record typically does the trick.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151092?ContentTypeID=1</link><pubDate>Sun, 24 Aug 2025 15:38:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c862f59-410a-485b-876f-f0549608ed73</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;When you click on the link is there any process instance triggered in the backend? &lt;br /&gt;When you test&amp;nbsp;the process by passing a value in the process model (using start process for debugging) is it working properly?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151091?ContentTypeID=1</link><pubDate>Sun, 24 Aug 2025 13:51:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f896d26e-3e9d-4a7d-a8eb-9914e1a7a3da</guid><dc:creator>kapilsharma</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;Can we pass multiple parameters into the process model if we are triggering it via Record Actions or related actions instead of using startProcessLink()&amp;nbsp;function?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to call a!StartProcessLink() inside a!gridColumn</title><link>https://community.appian.com/thread/151089?ContentTypeID=1</link><pubDate>Sun, 24 Aug 2025 12:36:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78bcc645-d157-4f61-9e7e-cc10c1d29e74</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Do you pass the value into the start form of that process?&lt;/p&gt;
&lt;p&gt;Did you consider to use a record action?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>