Skip to main content
kavyam0002
November 10, 2021
Question

How to select complete row from cdt and display selected rows

  • November 10, 2021
  • 7 replies
  • 0 views

How to select complete row from cdt and display selected rows 

can anyone help with this 

    7 replies

    stefanhelzle0001
    Brainy
    November 10, 2021

    Is this different to

    https://community.appian.com/discussions/f/general/22466/rule-input-doubt-in-interface

    Did you go through the tutorial?

    We can help, but you will need to post details.

    kavyam0002
    November 10, 2021

    Yes, before posting here i went through all the available tutorials and documents, but those didn't help me.... I have already go through this  https://docs.appian.com/suite/help/21.3/Grid_Tutorial.html#configure-selection-values i didn't get it.. 

    yeah I have already given the details same 

    selectionSaveInto: {
    a!save(
    local!selectedid_int,
    rule!APN_distinct(
    a!flatten(
    save!value
    )
    )
    ),
    a!save(
    ri!selectedLimitIds_txt,
    index(
    ri!crAppLimit.limitId_txt,
    local!selectedid_int,
    {}
    )
    )

    richardm900458
    November 10, 2021

    Hi kavyamuttur,

    can you tell us more of your overall scenario?
    Are we talking about grids? Dropdowns? Checkboxes?