Hi there,I need your kind support plz !
In my app, there is a Record Type as below:
I want to use it to store the documents which are uploaded from a!fileUploadField item in an interface.
The introduction of a!save() in Documentation of Appian didn't mention the way to save a document type, can I get the directon here?
Discussion posts and replies are publicly visible
Hi,
Do you want to store the extension of the document (Ex: .pdf, .txt) as document type? If yes, you can use document function as mentioned below and use it in your a!save().
document("test_doc","extension")