Dear all, How I can save SAIL button value into a process variable? I try to use SAIL form into Appian 7.3 version. I created an interface "SAIL_test" and I put it into Form Input task as "SAIL Form".I created a process Variable "Cancel" and I want to send it the decision "Cancel" or "submit"..Anyone help me?=a!formLayout( label: "Check Form", buttons: a!buttonLayout( primaryButtons: { a!buttonWidgetSubmit( label: "Submit", style: "PRIMARY" ) }, secondaryButtons: { a!buttonWidgetSubmit( label: "Close Process", style: "DESTRUCTIVE", confirmMessage: "Are you sure?", value:true, saveInto: ri!cancel ) } ))
OriginalPostID-214494
Discussion posts and replies are publicly visible
button verification.txt