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
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.
Hi @Stefan Helzle
- Thanks for the response. We are trying to get the doc from user in portal and use that as ri for integration as mentioned below. We won't be able to do the same when the file is not available in Appian. Do you know any other option to handle this scenario?Along with that I have checked the documentation and it is suggested to use submitUploadedFiles() function and this have same condition on working only with saveinto of Submit https://docs.appian.com/suite/help/23.1/fnc_system_a_submituploadedfiles.html#example
What are you missing? The docs describe, how you get a file uploaded to Appian.
But maybe that integration has a secret to it. If you share a few more details ...