Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
9 subscribers
Views
1806 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
When I upload a file in sail form file ID is 11387 and when submit form actual I
sanketh
over 10 years ago
When I upload a file in sail form file ID is 11387 and when submit form actual ID is 11388.
Why document id while uploading is different than what is actually saved?
I have problem while retrieving values, as I am uploading multiple files. ...
OriginalPostID-129362
OriginalPostID-129362
Discussion posts and replies are publicly visible
0
Aleksi White
Appian Employee
over 10 years ago
While on the file upload page, appian stores the uploaded document using a temporary ID. Once the form is submitted the document is stored using a permanent ID. You'll have to capture the document IDs after the form is submitted.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rajeshs
over 10 years ago
You can place a script Task after the activity where you are uloading files to grab the document ID. In output node of script task, you can use document(pv!processVarDocId,"id").
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel