Skip to main content
March 28, 2022
Question

How can i use arra in body of PATCH method?

  • March 28, 2022
  • 2 replies
  • 0 views

I need to use array in my intagration, PATCH method :

Body, for example:

{ "name":ri!name,

   "documents": [{"number":123456, "type":"id"},

                         {"number":789456, "type":"card"}]

}

but i get error "Invalide symbol found (open_bracket)" because I used "[" "]"

How can i fix it?

2 replies

stefanhelzle0001
Brainy
March 28, 2022

Lists in Appian are indicated by curly brackets.

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

March 28, 2022

thank you so much