<?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>Modal Pop-Up</title><link>https://community.appian.com/discussions/f/general/28930/modal-pop-up</link><description>Hi, is there an option for a modal pop-up in Appian? Like when a pop-up will appear and the entire screen will be greyed out except the pop-up and until you select any option in the pop up the screen will remain greyed out. Can anyone let me know if possible</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114295?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2023 06:01:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be160b80-819c-44db-9e1a-f93e53e6ddde</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Well well. ChatGPT isn&amp;#39;t at good at responses as you think it is. Try better next time, spammer!&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1686722460939v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114285?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2023 00:02:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d80d5df0-bed3-455b-a474-2890d800d959</guid><dc:creator>joyd9887</dc:creator><description>[deleted]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114172?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 17:32:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa50f3c8-6664-4ed0-92f7-0b7d019a5612</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You&amp;#39;re telling me she did not learn pop-up in 1 year? &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f602.svg" title="Joy"&gt;&amp;#x1f602;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114154?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 13:30:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54de099a-59de-4a7d-8211-5fe2f77234b3</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;This seemingly gets asked here at least once a week (or at least, almost that much)...&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s just a first-glance list of ones that come up first if i search the word &amp;quot;modal&amp;quot; here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/discussions/f/new-to-appian/24508/modal-pop-up"&gt;https://community.appian.com/discussions/f/new-to-appian/24508/modal-pop-up&lt;/a&gt; (&lt;em&gt;&lt;strong&gt;deja vu...&lt;/strong&gt;&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="/discussions/f/user-interface/24621/modal-popup"&gt;https://community.appian.com/discussions/f/user-interface/24621/modal-popup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/discussions/f/user-interface/14733/is-modal-popup-available-in-appian-interface-designer"&gt;https://community.appian.com/discussions/f/user-interface/14733/is-modal-popup-available-in-appian-interface-designer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;One of the above is even &lt;em&gt;your post&lt;/em&gt; from just over a year ago - i&amp;#39;m not sure why you&amp;#39;d ask the exact same thing again and expect a different answer?&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1686576853764v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114151?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 12:34:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ed74f12-c0cf-4ab5-be0b-297afac68df7</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Slight adjustments to meet the requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Change the card style to &amp;quot;STANDARD&amp;quot;.&lt;/li&gt;
&lt;li&gt;Give marginBelow to bring it on the center.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!localVariables(
  local!name,
  local!showPopup: false,
  {
    a!sectionLayout(
      contents: {
        a!textField(
          label: &amp;quot;Enter Name&amp;quot;,
          value: local!name,
          saveInto: local!name
        ),
        a!buttonArrayLayout(
          buttons: {
            a!buttonWidget(
              label: &amp;quot;Submit&amp;quot;,
              icon: &amp;quot;arrow-right&amp;quot;,
              value: true,
              saveInto: local!showPopup,
              style: &amp;quot;PRIMARY&amp;quot;
            )
          },
          align: &amp;quot;CENTER&amp;quot;
        )
      },
      showWhen: not(local!showPopup)
    ),
    a!cardLayout(
      contents: a!columnsLayout(
        columns: {
          a!columnLayout(),
          a!columnLayout(
            contents: {
              a!cardLayout(
                contents: {
                  a!sectionLayout(
                    contents: {
                      a!richTextDisplayField(
                        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                        value: {
                          a!richTextItem(
                            text: { &amp;quot;Are you sure?&amp;quot; },
                            size: &amp;quot;MEDIUM_PLUS&amp;quot;
                          ),
                          
                        }
                      )
                    },
                    divider: &amp;quot;BELOW&amp;quot;
                  ),
                  a!buttonLayout(
                    primaryButtons: {
                      a!buttonWidget(
                        label: &amp;quot;OK&amp;quot;,
                        icon: &amp;quot;check&amp;quot;,
                        value: false,
                        saveInto: local!showPopup,
                        style: &amp;quot;PRIMARY&amp;quot;
                      )
                    },
                    secondaryButtons: {
                      a!buttonWidget(
                        label: &amp;quot;Cancel&amp;quot;,
                        icon: &amp;quot;times&amp;quot;,
                        value: false,
                        saveInto: local!showPopup,
                        style: &amp;quot;NORMAL&amp;quot;
                      )
                    }
                  )
                },
                marginAbove: &amp;quot;EVEN_MORE&amp;quot;,
                showBorder: false,
                showShadow: true,
                marginBelow: &amp;quot;EVEN_MORE&amp;quot;
              )
            }
          ),
          a!columnLayout()
        },
      ),
      style: &amp;quot;STANDARD&amp;quot;,
      showWhen: local!showPopup
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114149?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 12:26:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34c265a8-32c9-4fc8-878d-b3c0edb13d16</guid><dc:creator>tushark6475</dc:creator><description>&lt;p&gt;Hi Shalini, in your scenario you need to create an interface or functionality that works like pop-ups but they are not true pop-ups.&lt;br /&gt;You need to basically trigger the visibility of the objects using &amp;quot;showWhen&amp;quot; parameter.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can take the reference from the below-mentioned code :&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!name,
  local!showPopup: false,
  {
    a!sectionLayout(
      contents: {
        a!textField(
          label: &amp;quot;Enter Name&amp;quot;,
          value: local!name,
          saveInto: local!name
        ),
        a!buttonArrayLayout(
          buttons: {
            a!buttonWidget(
              label: &amp;quot;Submit&amp;quot;,
              icon: &amp;quot;arrow-right&amp;quot;,
              value: true,
              saveInto: local!showPopup,
              style: &amp;quot;PRIMARY&amp;quot;
            )
          },
          align: &amp;quot;CENTER&amp;quot;
        )
      },
      showWhen: not(local!showPopup)
    ),
    a!columnsLayout(
      columns: {
        a!columnLayout(),
        a!columnLayout(
          contents: {
            a!cardLayout(
              contents: {
                a!sectionLayout(
                  contents: {
                    a!richTextDisplayField(
                      labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                      value: {
                        a!richTextItem(
                          text: {
                            &amp;quot;Are you sure?&amp;quot;
                          },
                          size: &amp;quot;MEDIUM_PLUS&amp;quot;
                        ),
                      }
                    )
                  },
                  divider: &amp;quot;BELOW&amp;quot;
                ),
                a!buttonLayout(
                  primaryButtons: {
                    a!buttonWidget(
                      label: &amp;quot;OK&amp;quot;,
                      icon: &amp;quot;check&amp;quot;,
                      value: false,
                      saveInto: local!showPopup,
                      style: &amp;quot;PRIMARY&amp;quot;
                    )
                  },
                  secondaryButtons: {
                    a!buttonWidget(
                      label: &amp;quot;Cancel&amp;quot;,
                      icon: &amp;quot;times&amp;quot;,
                      value: false,
                      saveInto: local!showPopup,
                      style: &amp;quot;NORMAL&amp;quot;
                    )
                  }
                )
              },
              marginAbove: &amp;quot;EVEN_MORE&amp;quot;,
              showBorder: false,
              showShadow: true
            )
          }
        ),
        a!columnLayout()
      },
      showWhen: local!showPopup
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114148?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 12:24:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:397f2402-ac7a-48e1-888d-40a48e40683d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Check out this conversation:&amp;nbsp;&lt;a href="/discussions/f/general/28897/need-some-help-on-pop-up"&gt;https://community.appian.com/discussions/f/general/28897/need-some-help-on-pop-up&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modal Pop-Up</title><link>https://community.appian.com/thread/114141?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 12:15:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7cf1d0ff-8faa-4cd4-8537-6cc0fdfba641</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;True Pop-ups are only possible using record actions in Appian with Open Actions In set to &amp;quot;Dialog Box&amp;quot;, but the entire screen will not be greyed out instead it will appear on top of it. You can also consider confirmation message popup in buttonWidget.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>