Skip to main content
May 5, 2022
Question

List of Dictionary

  • May 5, 2022
  • 3 replies
  • 0 views

Hi,

I am new in Appian, I have a  list of dictionary and I am trying to get the data from this list, how it's possible?

as example the list is as follow:

Type : List of Dictionary

Dictionary

    • name"AA"(Text)
        • address"BB"(Text)
          • natNum"418660"(Text)
            • idType12(Number (Integer))
                • nationality548(Number (Integer)

                I want each one to be displayed in a text component.

                Thanks,

                  3 replies

                  harshitb6843
                  May 5, 2022

                  Lets say this dictionary is stored in a variable names "sample" then you can access its properties of it by wiring either 

                  sample.name

                  or

                  index(sample,"name",{})

                  May 5, 2022

                  Thank you

                  stefanhelzle0001
                  Brainy
                  May 5, 2022

                  I have found this page in the documentation a great resource for how expressions work.

                  docs.appian.com/.../Expressions.html