Add data in a text fields in an interface to update many rows of my db at one go

Hi

I want add or complete data in a text fields in an interface (image below) to update many rows of my db at one go, instead of updating one by one or row by row

For example, complete the form interface (image above) to update 5 rows at one go... this rows of my db

which would be the best practice or help me with examples?


please help

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Senior Developer
    in reply to danna3499

    Hi, I guess you have to create only one interface as you already have the below interface, right?

    And then you have to pass the selected ids ( you can take help from below link) into the above process model that I have sugested.
    docs.appian.com/.../grid-with-selection-pattern.html

    And Secondly, "how i call the selected rows in this interface?"^^ , you can fetch the data using query entity by passing the ids in the filters, and please use dynamic paging if you are calling more then 15/20 rows.

  • 0
    Certified Senior Developer
    in reply to ravis

    Also to call that process model you can create a button using cardLayout and in link parameter of cardLayout you can call the process model and paas the selected ids.