I have an interface with a link(Open URL ex. https://) that opens a new tab/window. The new tab/window initiates a process, and I would like this window to close automatically once the process is completed. Is there a way to achieve this in Appian? Any guidance or code examples would be appreciated.
Discussion posts and replies are publicly visible
No.
The only thing Appian has that's sorta similar is launching a Record Action in a pop-up ("dialog box"), which will go away after the action is over (or after the initial user reaches the end of activity chaining), though I assume this doesn't satisfy your requirement if you're opening an external URL for some reason.
Thank you Mike Schmitt ,I can do it using webcontentfied. Now the new challenge is to give permissions( camera access and mic access).
sureshkumarj8140 said:give permissions( camera access and mic access).
I assume that's between the user and their browser, very little to do with Appian at that point.