Hi,
I have a button on my application's homepage/landing page designed to execute a specific task in the database. When clicked, it should trigger the appearance of a dynamic interface. This interface should smoothly transition into view, causing the landing page interface to fade away. For visualization consider below screenshot, imagine the "Create Interface" dialog overlaying the landing page interface, which fades into the background during the task interaction.
Discussion posts and replies are publicly visible
Hello Shantanu Joshi Are you asking not to have this way of pop up or do you want something similar to the Image?if you Need a Pop up use the Dialog box option or a relevant one according to your requirement.(Assuming that you are using Record actions as you mentioned you are using a button to perform some task)
Or more info here Record Actions
If you are looking for any Visual effects of fading away or so, It is not possible in Appian as of now.
Konduru Chaitanya said:Assuming that you are using Record actions as you mentioned you are using a button to perform some task
This is a very important point to consider when opting for a pop-up-like design. If you have a process that accepts dynamic inputs, creating a pop-up becomes almost impossible. Pop-up design is only possible for actions or record actions, which also means that the processes mapped to them can only take the primary key of that record as input.