<?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>Problem of saving updated grid field in database.</title><link>https://community.appian.com/discussions/f/rules/20178/problem-of-saving-updated-grid-field-in-database</link><description>I have one editable grid in which one priority field is there: 
 a!integerField( label: &amp;quot;Priority&amp;quot;, labelPosition: &amp;quot;ABOVE&amp;quot;, value: if(not(isnull(fv!item.priority)),int(fv!item.priority)-rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain),fv</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Problem of saving updated grid field in database.</title><link>https://community.appian.com/thread/79664?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2021 14:39:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:590cd9b0-f39c-46db-9f7a-a9e71422261d</guid><dc:creator>dhavalp0001</dc:creator><description>&lt;p&gt;Its already resolved by earlier reply. Thanks for checking again. I will try this one as well.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem of saving updated grid field in database.</title><link>https://community.appian.com/thread/79662?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2021 12:12:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3fe0973-17e0-4b66-aea1-c1fa77626312</guid><dc:creator>Parth Gupta</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/dhavalp0001"&gt;dhavalp0001&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If I understood correctly, then this should help you out -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!save(fv!item.priority,int(fv!item.priority)-rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain)) insted of&amp;nbsp;a!save(fv!item.priority, save!value)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>