Hi All,
I have a requirement to upload attachments to a target folder location and assign them before perform submit on UI screen. Is there ant way I can achieve this?
Thanks in advannce.
Discussion posts and replies are publicly visible
I'm not sure what you mean by "...and assign them..." but, no, in the latest version of Appian you must submit the form before the document is saved in the target folder.
This doesn't mean to say you can't achieve what you want to achieve some other way.
Agreed with Stewart, what do you mean by "assign them"?
The user will need to perform a Submit click - either button submit, or a!submitLink - but this does not mean that they need to "leave" their "current task"; if you set it up correctly, from their perspective, the user can stay in the exact same place and the only apparent difference is that their uploaded files will now be fully added into the system and available for whatever further use you needed.
Do you have any information on what that correct way is?
Can you clarify what you're wanting to know? What's your use case, and what have you already tried, if anything? In general, what I was talking about above was having a User Input Task which, upon the click of a specific button or submit link, submits the task and chains immediately back into the same task for that user (performing arbitrary in-process work in between). In the user's viewpoint, nothing will have happened other than that their file will have been uploaded / "verified".
Hi Mike, I'm also having issues with retaining in the same user task (form) after clicking on submit link to upload a file. Because I need to show the uploaded file's data in a grid before they submit the form. When you say ' if you set it up correctly' can you please give an example?
Quoting Mike:
"In general, what I was talking about above was having a User Input Task which, upon the click of a specific button or submit link, submits the task and chains immediately back into the same task for that user (performing arbitrary in-process work in between). In the user's viewpoint, nothing will have happened other than that their file will have been uploaded / "verified"."
Do you have any additional questions?
Unknown said:Quoting Mike:
compliment inferred, and accepted ;-)
Hi @Stefan Helzle @Chris @Mike Schmitt
- Is there a way to handle the same issue in Portals where we are planning to upload the file and use that doc in integration input without submitting the form?
There is no "submit" in portals. The documentation on portals explains how to handle this scenario.