Can we show Uploaded file in same interface, {Transition files saves in TEMPORARY KNOWLEDGE CENTER, we can't pull back from there}, So is there way, to show uploaded file right beneath it??...
Discussion posts and replies are publicly visible
In the 23.2 version, you can use a!submitUploadedFiles() in the saveInto of fileUpload field to save the files in target folder and then use document viewer to show the file beneath.
If you are below 23.2 then the only way to show the uploaded file is to submit the task/form and loop the UIT to itself.
Mines is 23.1 , i can't able to catch wt u said loop UIT itself, You are saying like after submiting task again connect the outward connector to same task? with chaining
Yes, but add an XOR gateway in between with a condition when viewDocument flag comes true from interface then only go back to UIT o/w continue the flow.