Skip to main content
September 26, 2021
Question

update one column information of table

  • September 26, 2021
  • 1 reply
  • 0 views

I have a table have 50 columns, but i only need change one column of information of certain rows, i don't want to saveinto every column one by one, but one save that only columns, what shall i do for coding but not process model?

Thanks

    1 reply

    Participating Frequently
    September 26, 2021

    Hi, You could create a Stored procedure to update specific columns and call that procedure from UI or Process Model.

    [View:https://community.appian.com/b/appmarket/posts/execute-stored-procedure]