<?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>Complete the empty space to save space</title><link>https://community.appian.com/discussions/f/user-interface/26496/complete-the-empty-space-to-save-space</link><description>hi, 
 I want to Complete the empty space to save space, what are the best practices?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Complete the empty space to save space</title><link>https://community.appian.com/thread/104126?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 19:28:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:130f2b6f-bb41-4d75-8f74-9c0ae7055407</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;If you replace with this code, what does the interface look like?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;a!localVariables(
  local!GroupsCompanies,
  local!selectedGroupsCompanies: local!GroupsCompanies[1],
  a!cardLayout(
    contents: {
      a!sectionLayout(
        label: &amp;quot;CWA Companies&amp;quot;,
        contents: {
          a!columnsLayout(
            columns: {
              a!columnLayout(
                contents: {
                  a!textField(
                    label: &amp;quot;Total companies&amp;quot;,
                    labelPosition: &amp;quot;ADJACENT&amp;quot;,
                    value: count(rule!CWA_GroupsAndCompanies()),
                    refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
                    readOnly: true,
                    validations: {}
                  )
                }
              ),
              /*a!columnLayout(contents: {}),*/
              /*a!columnLayout(contents: {})*/
            }
          ),
          a!columnsLayout(
            columns: {
              a!columnLayout(
                contents: {
                  a!cardLayout(
                    contents: {
                      a!recordActionField(
                        actions: {
                          a!recordActionItem(
                            action: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.actions.{18dc1e70-f46a-4539-8adf-4ce9836cccf1}&amp;#39;
                          )
                        },
                        style: &amp;quot;TOOLBAR&amp;quot;,
                        display: &amp;quot;LABEL_AND_ICON&amp;quot;,
                        align: &amp;quot;CENTER&amp;quot;
                      )
                    },
                    height: &amp;quot;AUTO&amp;quot;,
                    style: &amp;quot;NONE&amp;quot;,
                    marginBelow: &amp;quot;STANDARD&amp;quot;,
                    showShadow: true
                  )
                }
              ),
              /*a!columnLayout(contents: {})*/
            }
          ),
          a!columnsLayout(
            columns: {
              a!columnLayout(
                contents: {
                  a!gridField(
                    label: &amp;quot;List of Groups/Companies&amp;quot;,
                    labelPosition: &amp;quot;ABOVE&amp;quot;,
                    data: a!recordData(
                      recordType: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}&amp;#39;
                    ),
                    columns: {
                      a!gridColumn(
                        label: &amp;quot;Id&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{ddcbc37f-6940-46ec-8d01-08503dc2748f}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{ddcbc37f-6940-46ec-8d01-08503dc2748f}&amp;#39;],
                        align: &amp;quot;END&amp;quot;
                      ),
                      a!gridColumn(
                        label: &amp;quot;Type&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{9be93997-eaac-477c-98aa-c69a1724e96f}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{9be93997-eaac-477c-98aa-c69a1724e96f}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Nombre&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{5c0759b9-2889-4c61-b4c5-a4280e35dc94}&amp;#39;,
                        value: a!linkField(
                          links: {
                            a!recordLink(
                              label: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{5c0759b9-2889-4c61-b4c5-a4280e35dc94}&amp;#39;],
                              recordType: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}&amp;#39;,
                              identifier: fv!identifier,
                              openLinkIn: &amp;quot;SAME_TAB&amp;quot;
                            )
                          }
                        )
                      ),
                      a!gridColumn(
                        label: &amp;quot;Descripcion&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{01836066-9eea-4126-9632-826ef3b52817}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{01836066-9eea-4126-9632-826ef3b52817}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Ciudad&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{16c23bd9-0621-4f5f-b8ca-66bcc134e5b1}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{16c23bd9-0621-4f5f-b8ca-66bcc134e5b1}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Direccion&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{22fce980-1aed-4816-ae73-4a4965715101}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{22fce980-1aed-4816-ae73-4a4965715101}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Ciruc&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{95b48f38-8ed9-416b-b1a0-b6e043375e65}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{95b48f38-8ed9-416b-b1a0-b6e043375e65}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Telefono&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{d8736630-4b5a-41b8-90d1-e964776c4318}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{d8736630-4b5a-41b8-90d1-e964776c4318}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Correo&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{3399f8ea-da44-4796-bbbb-ff12af2dd79c}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{3399f8ea-da44-4796-bbbb-ff12af2dd79c}&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Isactive&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{2a313c78-bf66-4f77-9552-1039a59e9cf0}&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{2a313c78-bf66-4f77-9552-1039a59e9cf0}&amp;#39;]
                      ),

                    },
                    selectable: true,
                    selectionStyle: &amp;quot;ROW_HIGHLIGHT&amp;quot;,
                    selectionValue: index(
                      local!selectedGroupsCompanies,
                      &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{ddcbc37f-6940-46ec-8d01-08503dc2748f}&amp;#39;,
                      {}
                    ),
                    selectionSaveInto: {
                      /* This save replaces the value of the previously selected item with that of the newly selected item, ensuring only one item can be selected at once.*/
                      a!save(
                        local!selectedGroupsCompanies,
                        if(
                          length(fv!selectedRows) &amp;gt; 0,
                          fv!selectedRows[length(fv!selectedRows)],
                          null
                        )
                      )
                    },
                    validations: {},
                    refreshAfter: &amp;quot;RECORD_ACTION&amp;quot;,
                    showSearchBox: true,
                    showRefreshButton: true,
                    recordActions: {}
                  )
                },
                width: &amp;quot;WIDE&amp;quot;
              ),
              a!columnLayout(
                contents: {
                  a!sectionLayout(
                    label: &amp;quot;Selected Companie/Group&amp;quot;,
                    contents: {
                      a!richTextDisplayField(
                        value: a!richTextItem(
                          text: &amp;quot;No employee selected.&amp;quot;,
                          color: &amp;quot;SECONDARY&amp;quot;,
                          size: &amp;quot;MEDIUM&amp;quot;,
                          style: &amp;quot;EMPHASIS&amp;quot;
                        ),
                        showWhen: isnull(local!selectedGroupsCompanies)
                      ),
                      a!columnsLayout(
                        columns: {
                          /*a!columnLayout(contents: {}),*/
                          /*a!columnLayout(contents: {}),*/
                          a!columnLayout(
                            contents: {
                              /*Group Related */
                              a!textField(
                                label: &amp;quot;Nombre Empresa/Grupo&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.fields.{5c0759b9-2889-4c61-b4c5-a4280e35dc94}&amp;#39;],
                                readOnly: true
                              ),
                              a!textField(
                                label: &amp;quot;ID group&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.relationships.{13a37923-fa03-4a4d-9aea-328eeea13b96}.fields.{9f113ced-5b69-48ad-b8a4-7bc4dbfe3a96}&amp;#39;],
                                readOnly: true
                              ),
                              a!textField(
                                label: &amp;quot;Nombre group&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.relationships.{13a37923-fa03-4a4d-9aea-328eeea13b96}.fields.{4fc39a51-02b0-4e3a-a914-dbefa8d7296d}&amp;#39;],
                                readOnly: true
                              ),
                              a!textField(
                                label: &amp;quot;Iden&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}.relationships.{13a37923-fa03-4a4d-9aea-328eeea13b96}.fields.{4a514f57-3032-4dcf-9678-e101218bff07}&amp;#39;],
                                readOnly: true
                              )
                            }
                          )
                        },
                        showWhen: not(isnull(local!selectedGroupsCompanies)),
                        stackWhen: { &amp;quot;PHONE&amp;quot;, &amp;quot;TABLET_LANDSCAPE&amp;quot; }
                      )
                    }
                  )
                }
              )
            }
          )
        }
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Complete the empty space to save space</title><link>https://community.appian.com/thread/104114?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 13:51:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2aa9a55c-f049-482e-bdec-a0847b35c9c2</guid><dc:creator>danna3499</dc:creator><description>&lt;p&gt;i try it, but it doesn&amp;#39;t work &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Complete the empty space to save space</title><link>https://community.appian.com/thread/104058?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 18:13:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd037336-5f3f-4757-a359-0985ac723c59</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;This is due to all of the extra a!columnLayout()&amp;#39;s, I would suggest comment these out on lines 23,24,51,170,171 and you will see how the interface fills in the gaps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Complete the empty space to save space</title><link>https://community.appian.com/thread/104057?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 18:07:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a60e90ce-94c8-4040-b4f0-a0e5af2863d8</guid><dc:creator>danna3499</dc:creator><description>&lt;p&gt;this is the expression of mu interface&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!GroupsCompanies,
  local!selectedGroupsCompanies: local!GroupsCompanies[1],
  a!cardLayout(
    contents: {
      a!sectionLayout(
        label: &amp;quot;CWA Companies&amp;quot;,
        contents: {
          a!columnsLayout(
            columns: {
              a!columnLayout(
                contents: {
                  a!textField(
                    label: &amp;quot;Total companies&amp;quot;,
                    labelPosition: &amp;quot;ADJACENT&amp;quot;,
                    value: count(rule!CWA_GroupsAndCompanies()),
                    refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
                    readOnly: true,
                    validations: {}
                  )
                }
              ),
              a!columnLayout(contents: {}),
              a!columnLayout(contents: {})
            }
          ),
          a!columnsLayout(
            columns: {
              a!columnLayout(
                contents: {
                  a!cardLayout(
                    contents: {
                      a!recordActionField(
                        actions: {
                          a!recordActionItem(
                            action: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.actions.{18dc1e70-f46a-4539-8adf-4ce9836cccf1}newCWA_GroupsAndCompanies&amp;#39;
                          )
                        },
                        style: &amp;quot;TOOLBAR&amp;quot;,
                        display: &amp;quot;LABEL_AND_ICON&amp;quot;,
                        align: &amp;quot;CENTER&amp;quot;
                      )
                    },
                    height: &amp;quot;AUTO&amp;quot;,
                    style: &amp;quot;NONE&amp;quot;,
                    marginBelow: &amp;quot;STANDARD&amp;quot;,
                    showShadow: true
                  )
                }
              ),
              a!columnLayout(contents: {})
            }
          ),
          a!columnsLayout(
            columns: {
              a!columnLayout(
                contents: {
                  a!gridField(
                    label: &amp;quot;List of Groups/Companies&amp;quot;,
                    labelPosition: &amp;quot;ABOVE&amp;quot;,
                    data: a!recordData(
                      recordType: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies&amp;#39;
                    ),
                    columns: {
                      a!gridColumn(
                        label: &amp;quot;Id&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{ddcbc37f-6940-46ec-8d01-08503dc2748f}id&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{ddcbc37f-6940-46ec-8d01-08503dc2748f}id&amp;#39;],
                        align: &amp;quot;END&amp;quot;
                      ),
                      a!gridColumn(
                        label: &amp;quot;Type&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{9be93997-eaac-477c-98aa-c69a1724e96f}type&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{9be93997-eaac-477c-98aa-c69a1724e96f}type&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Nombre&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{5c0759b9-2889-4c61-b4c5-a4280e35dc94}nombre&amp;#39;,
                        value: a!linkField(
                          links: {
                            a!recordLink(
                              label: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{5c0759b9-2889-4c61-b4c5-a4280e35dc94}nombre&amp;#39;],
                              recordType: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies&amp;#39;,
                              identifier: fv!identifier,
                              openLinkIn: &amp;quot;SAME_TAB&amp;quot;
                            )
                          }
                        )
                      ),
                      a!gridColumn(
                        label: &amp;quot;Descripcion&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{01836066-9eea-4126-9632-826ef3b52817}descripcion&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{01836066-9eea-4126-9632-826ef3b52817}descripcion&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Ciudad&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{16c23bd9-0621-4f5f-b8ca-66bcc134e5b1}ciudad&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{16c23bd9-0621-4f5f-b8ca-66bcc134e5b1}ciudad&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Direccion&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{22fce980-1aed-4816-ae73-4a4965715101}direccion&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{22fce980-1aed-4816-ae73-4a4965715101}direccion&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Ciruc&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{95b48f38-8ed9-416b-b1a0-b6e043375e65}ciruc&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{95b48f38-8ed9-416b-b1a0-b6e043375e65}ciruc&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Telefono&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{d8736630-4b5a-41b8-90d1-e964776c4318}telefono&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{d8736630-4b5a-41b8-90d1-e964776c4318}telefono&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Correo&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{3399f8ea-da44-4796-bbbb-ff12af2dd79c}correo&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{3399f8ea-da44-4796-bbbb-ff12af2dd79c}correo&amp;#39;]
                      ),
                      a!gridColumn(
                        label: &amp;quot;Isactive&amp;quot;,
                        sortField: &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{2a313c78-bf66-4f77-9552-1039a59e9cf0}isactive&amp;#39;,
                        value: fv!row[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{2a313c78-bf66-4f77-9552-1039a59e9cf0}isactive&amp;#39;]
                      ),

                    },
                    selectable: true,
                    selectionStyle: &amp;quot;ROW_HIGHLIGHT&amp;quot;,
                    selectionValue: index(
                      local!selectedGroupsCompanies,
                      &amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{ddcbc37f-6940-46ec-8d01-08503dc2748f}id&amp;#39;,
                      {}
                    ),
                    selectionSaveInto: {
                      /* This save replaces the value of the previously selected item with that of the newly selected item, ensuring only one item can be selected at once.*/
                      a!save(
                        local!selectedGroupsCompanies,
                        if(
                          length(fv!selectedRows) &amp;gt; 0,
                          fv!selectedRows[length(fv!selectedRows)],
                          null
                        )
                      )
                    },
                    validations: {},
                    refreshAfter: &amp;quot;RECORD_ACTION&amp;quot;,
                    showSearchBox: true,
                    showRefreshButton: true,
                    recordActions: {}
                  )
                },
                width: &amp;quot;WIDE&amp;quot;
              ),
              a!columnLayout(
                contents: {
                  a!sectionLayout(
                    label: &amp;quot;Selected Companie/Group&amp;quot;,
                    contents: {
                      a!richTextDisplayField(
                        value: a!richTextItem(
                          text: &amp;quot;No employee selected.&amp;quot;,
                          color: &amp;quot;SECONDARY&amp;quot;,
                          size: &amp;quot;MEDIUM&amp;quot;,
                          style: &amp;quot;EMPHASIS&amp;quot;
                        ),
                        showWhen: isnull(local!selectedGroupsCompanies)
                      ),
                      a!columnsLayout(
                        columns: {
                          a!columnLayout(contents: {}),
                          a!columnLayout(contents: {}),
                          a!columnLayout(
                            contents: {
                              /*Group Related */
                              a!textField(
                                label: &amp;quot;Nombre Empresa/Grupo&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.fields.{5c0759b9-2889-4c61-b4c5-a4280e35dc94}nombre&amp;#39;],
                                readOnly: true
                              ),
                              a!textField(
                                label: &amp;quot;ID group&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.relationships.{13a37923-fa03-4a4d-9aea-328eeea13b96}cwaGroupRelations.fields.{9f113ced-5b69-48ad-b8a4-7bc4dbfe3a96}idgroup&amp;#39;],
                                readOnly: true
                              ),
                              a!textField(
                                label: &amp;quot;Nombre group&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.relationships.{13a37923-fa03-4a4d-9aea-328eeea13b96}cwaGroupRelations.fields.{4fc39a51-02b0-4e3a-a914-dbefa8d7296d}nombregrupo&amp;#39;],
                                readOnly: true
                              ),
                              a!textField(
                                label: &amp;quot;Iden&amp;quot;,
                                value: local!selectedGroupsCompanies[&amp;#39;recordType!{e34dd5f4-8480-48eb-b4c5-bc75ef70a165}CWA_GroupsAndCompanies.relationships.{13a37923-fa03-4a4d-9aea-328eeea13b96}cwaGroupRelations.fields.{4a514f57-3032-4dcf-9678-e101218bff07}iden&amp;#39;],
                                readOnly: true
                              )
                            }
                          )
                        },
                        showWhen: not(isnull(local!selectedGroupsCompanies)),
                        stackWhen: { &amp;quot;PHONE&amp;quot;, &amp;quot;TABLET_LANDSCAPE&amp;quot; }
                      )
                    }
                  )
                }
              )
            }
          )
        }
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Complete the empty space to save space</title><link>https://community.appian.com/thread/104056?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 18:06:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b4711153-a281-4479-90ed-16aa45630d25</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;This is all based on your interface design,&amp;nbsp;by the looks of it you may have fixed-width columns, extra columns, etc.&amp;nbsp; You will need to share your interface code here for any assistance on which items are creating your spacing issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>