Skip to main content
kavyam0002
October 1, 2022
Question

how can we add a blank row to cdt in the interface on buttonaction

  • October 1, 2022
  • 2 replies
  • 0 views

blank row in the cdt has to be added in the interface 

    2 replies

    Participating Frequently
    October 1, 2022

    Hi, Check the below code.

    a!localVariables(
      local!data,
      a!buttonWidget(
        label: "Add",
        saveInto: a!save(
          local!data,
          'type!{urn:com:appian:types}AA_Vehicle'()
        )
      )
    )

    October 3, 2022

    If in the grid, you can use add row configuration and in that use dynamiclink and append function to append the rows.