<?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>Saving editable grid</title><link>https://community.appian.com/discussions/f/general/35402/saving-editable-grid</link><description>Hello Team, 
 
 I have build an editable grind and now I want to save the values inside my records. I have record table and rule input in my interface the problem is how I can save this data for each request I have. The data is a sample there are around</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137816?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 15:33:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa1e430a-c96c-4ff6-8e3b-d5bca37d9c7d</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;I have a text field above the grid which user need to select and it has 3 options based on what user selected the grid should show only certain properties. So essentially i need to have 3 different grids with different properties. I can hide the grid initially and when user select something in the text field to show proper grid.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137804?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 13:50:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b27fa96a-8daf-49cb-8ec4-851e24f1b4ba</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137785"]hide specific rows based on selection from text field.[/quote]
&lt;p&gt;i&amp;#39;m still fuzzy on what &amp;quot;text field&amp;quot; you mean.&amp;nbsp; I&amp;#39;d point out that you can always utilize the &amp;quot;showWhen&amp;quot; parameter within the &lt;em&gt;a!gridRowLayout()&lt;/em&gt; rule, inside the &lt;em&gt;a!forEach()&lt;/em&gt; call, naming whatever logic you need to show or hide that row depending on what the current row&amp;#39;s value contains.&amp;nbsp; I&amp;#39;d caution that showing/hiding a row based on an input &lt;em&gt;in that row,&lt;/em&gt; though, can be troublesome since you could find yourself in a situation where a user accidentally selects a value that causes the row to be hidden, then the row goes away, and they have no way to bring it back (since it&amp;#39;s now hidden).&amp;nbsp; But as long as this is carefully managed then it should be able to be used fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137785?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 00:09:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:747f5cad-2a99-4f5e-b0a6-419d0b5e2424</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;I think I was able to achieve what I need. Thank you for the help! The only thing left is how to hide specific rows based on selection from text field.&lt;/p&gt;
&lt;p&gt;Maybe the easiest way would be to have 3 different local variables and based on the field use that in the grid not sure if i can have if function after the for each where i define the localvariable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137784?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 22:42:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19d626f5-c319-40ed-97f6-82e4c7a8b277</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Depends on how you&amp;#39;ve initialized it - if you did it in a PV, simply pass the PV value into your form (and back out into your process again).&amp;nbsp; If you&amp;#39;d rather initialize as a local variable like here (easiest if you want the interface easily testable), then have your Submit button save a copy of the local variable&amp;#39;s final state into a Rule Input (set as an array of your record type), to be passed back out into your process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137783?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 22:23:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6e42917-cd07-4b02-9ade-37bbd3bcda97</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;It&amp;#39;s working in local!variable, but i need to pass this to rule input so i can pass that data in my other interfaces.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137781?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 21:33:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:820c7a87-3ff5-4cec-994d-42c0b584c651</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;Okay did that and now I need to pass that to my rule input?:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137780?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 21:03:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be1d951f-1a96-4005-987b-5b627125695c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Depending on your needs, you could do the above initialization either in the process prior to your form, or on your form itself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the sake of argument I&amp;#39;ve gone ahead and mocked up this simplified example grid with the first 2 &amp;quot;properties&amp;quot; from my example above, but now displayed on an on-form grid and ready to accept changes to the &amp;quot;value&amp;quot; column (saved into the &amp;quot;lastName&amp;quot; recordtype property since this is still my &amp;quot;personnel&amp;quot; record type).&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1720472527653v1.png" alt=" " /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!localVariables(

  local!properties: {
    &amp;quot;freezing point&amp;quot;,
    &amp;quot;melting point&amp;quot;
  },

  local!initialRowData: a!forEach(
    local!properties,

    &amp;#39;recordType!{...}Personnel&amp;#39;(
      &amp;#39;recordType!{...}Personnel.fields.{firstName}firstName&amp;#39;: fv!item
    )
  ),
  
  
  a!gridLayout(
    label: &amp;quot;Items&amp;quot;,
    headerCells: {
      a!gridLayoutHeaderCell(label: &amp;quot;Property&amp;quot;),
      a!gridLayoutHeaderCell(label: &amp;quot;Value&amp;quot;)
    },
    
    rows: a!forEach(
      local!initialRowdata,
      
      a!gridRowLayout(
        contents: {
          a!richTextDisplayField(
            value: a!richTextItem(
              text: fv!item[&amp;#39;recordType!{...}Personnel.fields.{firstName}firstName&amp;#39;]
            )
          ),
          
          a!textField(
            value: fv!item[&amp;#39;recordType!{...}Personnel.fields.{lastName}lastName&amp;#39;],
            saveInto: fv!item[&amp;#39;recordType!{...}Personnel.fields.{lastName}lastName&amp;#39;]
          )
        }
      )
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137779?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 20:52:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a5eb1f9-be1b-480b-98c6-91d5f137a3ff</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Well, being able to initialize an array of RecordType data is really one of the simpler things you should learn about before attempting to do a (imho) somewhat complicated grid operation on them...&lt;/p&gt;
&lt;p&gt;recordType data offers the unique challenge of not simply being able to create a local dummy and send you an example, however for the moment i&amp;#39;ve made a VERY rough example while using a generic &amp;quot;personnel&amp;quot; record type from my CE site (and we can pretend the &amp;quot;firstName&amp;quot; field is the one that should store the property, for the purposes of this).&amp;nbsp; Here we start with an array of the various &amp;quot;properties&amp;quot;, then merely loop over it, setting the recordType field to the current iteration&amp;#39;s value.&amp;nbsp; You can see here the result is a list of that recordType initialized with just that value set in each item.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1720471968638v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137778?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 20:43:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06728cf5-b9c8-4b06-be63-7016bd1d0888</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;Yes this is exactly what i need, but there is the issue I have never done that and i&amp;#39;m not quite sure how to:&lt;br /&gt;&lt;br /&gt;&amp;quot;&lt;span&gt;You would therefore initialize the rows in advance, setting each row to one of your desired &amp;quot;property&amp;quot; settings (i assume this is &amp;quot;melting point&amp;quot;, &amp;quot;freezing point&amp;quot;, etc)&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137777?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 20:41:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1cd61954-109c-4e62-854f-1b15f5e6ee78</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137776"]If you can give me an idea how to do that would be great![/quote]
&lt;p&gt;It sounds as if you mean to have 17 rows of data in that particular record type.&amp;nbsp; You would therefore initialize the rows in advance, setting each row to one of your desired &amp;quot;property&amp;quot; settings (i assume this is &amp;quot;melting point&amp;quot;, &amp;quot;freezing point&amp;quot;, etc).&amp;nbsp; Then your grid could merely call a!forEach over all 17 rows of initialized data and display the needed rows.&amp;nbsp; Further logic could discern whether any given row (or individual fields within it) should be treated differently depending on what the given property is, or other settings saved within that row&amp;#39;s data per what the user&amp;#39;s filled out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137776?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 19:58:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0d2232c-4a51-42ea-818b-fc88142ae446</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;If you can give me an idea how to do that would be great!&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&amp;quot;Why isn&amp;#39;t the property stored in the array-row&amp;#39;s data and displayed there&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137775?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 19:35:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62e2082b-4357-4be2-b583-f97a2da0b159</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137774"]they have to be hardcoded[/quote]
&lt;p&gt;Why?&lt;/p&gt;
[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137774"]that means I need to have 17 tables linked[/quote]
&lt;p&gt;I&amp;#39;m pretty sure nobody&amp;#39;s suggesting you break this out into 17 different tables.&lt;/p&gt;
[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137774"]So the property can be hardcoded visually for the user (read only) [/quote]
&lt;p&gt;Why isn&amp;#39;t the property stored in the array-row&amp;#39;s data and displayed there, as opposed to hardcoding 17 separate GridRows?&amp;nbsp; Something is very much not making sense with your implementation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137774?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 19:29:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46e03845-2f83-451e-85d1-023a8789af77</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;These are hardcoded properties for each request, they have to be hardcoded.. So once user let&amp;#39;s say fill out first row in the records in the property filed they will see Melting Point and rest of the information.&lt;br /&gt;&lt;br /&gt;&lt;img src="/cfs-file/__key/communityserver-discussions-components-files/11/pastedimage1720295466887v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;If I have separate record table for each property that means I need to have 17 tables linked.. which sounds insane.. So the property can be hardcoded visually for the user (read only) and then if they fill out unit with a!save to save the unit and also the property from that row that was the intention..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137773?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 19:23:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e95eadf5-5245-4365-806e-0c454eb3c8b9</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137772"]just property is different[/quote]
&lt;p&gt;I&amp;#39;m still not sure how to make sense of this.&amp;nbsp; What is the &amp;quot;property&amp;quot;?&amp;nbsp; How is it determined?&amp;nbsp; Why does it require hardcoding completely separate grid rows, wherein most of the fields in each aren&amp;#39;t actually editable at all as they don&amp;#39;t point to source data and don&amp;#39;t have a save target?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137772?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 18:31:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a9d18104-3802-4d0e-818a-3c8336a611ed</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;no 17 exactly the same just property is different. And based on selection of text field on top some of them hide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137763?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 17:30:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b686da7-13ff-46c9-8702-a93ca17ac75f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;So just 2 rows?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137759?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 16:53:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9548d22-5f77-44e2-b73d-3e52da8f97d7</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;You can see it here&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/IMG_5F00_4340.jpeg" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137758?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 16:24:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e55c41e4-d4e0-4722-924d-ff6e7d124266</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Again, just manually add the field(s) you need to a section (etc).&amp;nbsp; You are free to use whatever logic you need in order to relate them to each other.&amp;nbsp; Nothing about this, at least as far as your example code above is structured, requires any sort of grid whatsoever - since you&amp;#39;re not using the grid rows to each act on a different member of an array of data, but instead hardcoding each row to look at an individual property (which is unnecessarily difficult and adds unnecessary complexity).&amp;nbsp; I guess it *can* work as an editable grid (after sorting out the issues with properly addressing data, etc), though I honestly can&amp;#39;t see the benefit it provides you.&lt;br /&gt;&lt;em&gt;On a side note: do you have a mock-up of any sort, for what you&amp;#39;re hoping your form/grid to eventually look like?&amp;nbsp; I honestly can&amp;#39;t even tell.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The age-old advice in cases like this, is to learn to crawl before you try to run.&amp;nbsp; You should step back and familiarize yourself with how editable grids work, overall, and in a bit simpler of a setup - as well as multi-field forms that don&amp;#39;t have/use grids.&amp;nbsp; Only after you understand these fundamendals intrinsically, should you be attempting what you&amp;#39;re trying here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137757?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 16:12:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f01f0f65-350b-4543-b289-77a0b85c9f69</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;Yes, and then how do you save multiple things in the same column. You can see my record i and the grid i will have the user enter 15 times the value but for different property which need to be written as well in the property record. How do i specifically say to the rule input that the first value is for first property.. this is the reason grid is used.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137753?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 15:08:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6d94afd5-933a-4909-b5f9-b00032a9b50d</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="234483" url="~/discussions/f/general/35402/saving-editable-grid/137752"]but how do you save the multiple fields in same record[/quote]
&lt;p&gt;add multiple fields to a form?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137752?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 14:53:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0132d468-a0cd-457d-b240-1a7843dd1ad6</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;Sounds good, but how do you save the multiple fields in same record?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137747?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 14:44:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6bd4bd76-d9fe-4377-9325-6b6569b5967c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The use case for an editable grid is, generally, multiple rows of the same property.&amp;nbsp; As Stefan mentioned a few times before, this does not sound like the use case for a grid at all.&amp;nbsp; Why not just have multiple fields that the user fills out?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137745?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 14:32:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8246c37-1039-47a8-99a5-a63697c6446c</guid><dc:creator>Shwapx</dc:creator><description>&lt;p&gt;What would be the best way to save that when each row should be unique row and should have unique property. Somehow I need to initialize the rule input with already field out rows for the property. And at the same time i need to hide some of the rows based on what user have selected in another field.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137742?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 14:13:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:68dcee38-6e39-4863-aef4-e87bf35722da</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Echoing others, I&amp;#39;m completely perplexed as to what you&amp;#39;re attempting to do here.&amp;nbsp; Why are you manually declaring multiple a!gridRowLayout() calls in your code?&amp;nbsp; That&amp;#39;s not a standard pattern for Editable Grids &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;&lt;strong&gt;at all&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;em&gt;&lt;/em&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Saving editable grid</title><link>https://community.appian.com/thread/137741?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 12:23:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f72c8a1-dd14-4921-be0c-bc4323d979b2</guid><dc:creator>rishabh982812</dc:creator><description>&lt;p&gt;As per your requirements, You can club multiple conditions on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>