Hi, I have an interface from which I am passing documents from an attachment field from an interface to a process model. That process model simply writes the doc id to the database. I am getting a problem thet the rule inputs are holding the values but it is not passed to my process model. Can anyone please help on this.
Discussion posts and replies are publicly visible
Hello Mayuri Mestry
Appian will only store the document Id in the data base and your file will be saved in the target Appian folder as a document object. You can use this document Id to get your document or any other properties. Functions like todocument() and document() will allow you to get details on the file that you have uploaded. I think what you see is normal.
Hi Konduru Chaitanya , I am trying to pass doc id to process model and insert that doc id into db table. But it is not getting passed from interface to process model.
Mayuri Mestry said: pass doc id to process model
How are you doing this. Could you please share your interface code snippet and the process and process variable screenshots.
You will have to check the mapping between your AC and PV. That is what should be broken if you are saying that the RIs have the data and it is not being passed to the PV. I would recommend checking the entire mapping from RI to AC to PV.
Are you trying to do it via a startProcess?
You need to submit the form for the files to be uploaded (if its a Start or Task form)