How can i get the path of a document uploaded in appian based on document id? Th

How can i get the path of a document uploaded in appian based on document id? The idea here is save the document id of an image to db and later on display to a form using IMAGE field?...

OriginalPostID-60340

OriginalPostID-60340

  Discussion posts and replies are publicly visible

Parents
  • Hi Jessica, i also tried to work for mobile enable form..i am using following procedure, not perfect for your case, but its working for mobile enable form
    1) upload images in document folder
    2) create a constant of document type which will hold multiple value.
    3) using image field on form i am choosing file value like below :
    =if(pv!ImgName="valueToBeCheck",cons!ImgConstant[1],cons!ImgConstant[2])
Reply
  • Hi Jessica, i also tried to work for mobile enable form..i am using following procedure, not perfect for your case, but its working for mobile enable form
    1) upload images in document folder
    2) create a constant of document type which will hold multiple value.
    3) using image field on form i am choosing file value like below :
    =if(pv!ImgName="valueToBeCheck",cons!ImgConstant[1],cons!ImgConstant[2])
Children
No Data