Skip to main content
November 16, 2023
Question

Need to display the same from below the card link

  • November 16, 2023
  • 8 replies
  • 0 views

when I click on that card(+) the same card should be added below. value should be saved in single table. (Without using record action).

    8 replies

    gabriele.camilli
    November 16, 2023

    Hi!

    The easiest solution would be to simply use an a!forEach over the list of cdt/recordType of the card (i suggest to put it into a dedicated object). Whenever you press the + card you should append to the current rule input an empty row of the datatype (e.g. type!CDT() or recordType!REcord())

    November 16, 2023

    How can I store multiple values in a single table, We have used array type but the same data reflecting in the newly added section

    gabriele.camilli
    November 16, 2023

    Sorry, i don't understand. Does the section use different tables?

    If so justuse related record, or create a Complex Type with your sub CDT in that if that's not applicable.