I have a use case where I should navigate from my interface to another application and should create an object and after saving the changes, once it is saved it should again redirect back to interface
Discussion posts and replies are publicly visible
Seems to be the exact same requirement as this here: https://community.appian.com/discussions/f/general/29089/how-to-navigate-back-to-interface-after-making-changes-in-another-application
Yes Stefan, But I didn't get the solution from that discussion
There is no solution we can suggest without you providing more details.
Okay, Stefan,I will explain in detail, I have 2 applications X and Y.currently I am working on an interface in X I need to navigate from my current interface in X to the Y application(here I have used safe link it navigated)once here, I have to create an object, for example "group object" after saving the changes in Y application again I need to redirect to the existing interface in X application.
Stefan , Do we have any plugins where we can navigate back to previous application
There is no redirect in Appian. Any navigation only happens on user interaction.
I think you should look for a tighter integration. I mean, why not start that other process using a record action? Then your user would stay where he is and completes the other action in a dialog window.