Editable grid

Hi,how to I display document name ,in editable grid on uploading document?

Do I need docName column in cdt in order to map that?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    In an editable grid you can populate a grid cell with a File Upload Field.  The document(s) uploaded in that grid column, as usual, won't actually be uploaded to the target Appian folder until the form is submitted - until that, they are unavailable to be targeted by most system functions like document(), etc.

    Can you share a bit more about what you're hoping to accomplish, at a high level?  When you say "display document name", what in particular are you hoping to have happen that isn't accomplished by the filename being displayed within the File Upload Field, which is what already happens?

Reply
  • 0
    Certified Lead Developer

    In an editable grid you can populate a grid cell with a File Upload Field.  The document(s) uploaded in that grid column, as usual, won't actually be uploaded to the target Appian folder until the form is submitted - until that, they are unavailable to be targeted by most system functions like document(), etc.

    Can you share a bit more about what you're hoping to accomplish, at a high level?  When you say "display document name", what in particular are you hoping to have happen that isn't accomplished by the filename being displayed within the File Upload Field, which is what already happens?

Children
No Data