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.