Hi!
I have a question, well, I have to make a CRUD type system, which allows to register two data type, I have two interfaces, in the first one assuming, I add supplier data, and in the other interface I add employee data, when I fill the first interface, everything is filled ok, but it skips the second interface and ends the process, then in my global database, the forms of the second interface remain as null, what could I do to make that as soon as I finish filling the first form, automatically go to the second? I am a newbie in appian, excuse me, thank you very much!
Discussion posts and replies are publicly visible
You need to update your submit button configuration. There are multiple ways to achieve your requirement
Thanks you!!