We have a requirement to have a Drag-Drop feature in Appian UI, where user should be able drag a document from Appian to an external system (document download feature), looking for ideas and options to implement this in Appian.
Discussion posts and replies are publicly visible
amanpalbit said:drag a document from Appian to an external system (document download feature)
You can't do this directly(document drag from Appian to external system). I would suggest, You can think of this:You can show this a!documentAndFolderBrowserFieldColumns() to user to select document and save that selection in variable.Add one more column UI besides that which will show selected document(from variable). Add button("Send to External System") on UI to call your integration on UI or Process Model based on requirement to send to external system.amanpalbit Let me know if that works for you.