Process starting with an Excel upload

Certified Associate Developer

I´m just starting in Appian and I want to create a process in which I upload an Excel with some registers and for each register the process create a task. Is it possible to do it easily?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hello  

    I assume this is what you are asking? If so You can use readexcelsheetpaging excel tool plugin to read you excel file and extract values as needed. You need to write code to create tasks foreach record/row you have. You need to remove headers from parsed data or format template.

     

    Fullscreen
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Reply
  • 0
    Certified Lead Developer

    Hello  

    I assume this is what you are asking? If so You can use readexcelsheetpaging excel tool plugin to read you excel file and extract values as needed. You need to write code to create tasks foreach record/row you have. You need to remove headers from parsed data or format template.

     

    Fullscreen
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Children
No Data