We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

json format postman

Hello everyone,

I have a problem.

I take from database information in format JSON.

I want to take just two variables, one integer and the other ir format JSON.

In the rule and in process, the result is correct:


List of Dictionary: 1 item
Dictionary
         state: "1"
        content:
             "{"dataA":
                     {"sexo":"M","estadoCivil":"C"},
               "dataB":
                      {"accion":"A","numero":"23233223",ECTERERA...}

but I am using Postman, and I call that process and the information is invalid JSON:

          "state": "1",
           "content": "{\"dataA\":{\"sexo\":\"M\",\"estadoCivil\" ECTERERA

Someone knows how can I fix it?

Thank you so much.

  Discussion posts and replies are publicly visible