Skip to main content
ahmady0001
Known Participant
January 27, 2021
Question

submit button

  • January 27, 2021
  • 5 replies
  • 2 views

hello, 

 I need to upload file by make submit : true() , for submit button .

but i do not want to refresh the interface.

is it possible? 

5 replies

stewart.burchell
Participating Frequently
January 27, 2021

What is the Use Case? Why do you need to not have the interface refreshed?

ahmady0001
Known Participant
January 27, 2021

the interface is a chat application. I need to stay on the same conversation after send a file.

not refresh and return to the first chat. 

mikes0011
Brainy
February 4, 2021

You will still need to submit your task.  I suggest you search for a way to have the process flow loop back into the same task node (but a new instance), while preserving the state the original task was in.  What are you using for Chat, is it some plug-in?

The Expression Guru
adityaa0001
New Participant
February 4, 2021

Hi,

I think instead of using submit button with submit true, you can make use of an action link button to start a process in backend by usng a!startProcess for submission of file and not refreshing the interface.

mikes0011
Brainy
February 4, 2021

All official guidance I've seen from Appian suggests that the file uploaded is only moved into its target location when the form is submitted (either via submit button or by submit link).

The Expression Guru