Skip to main content
Nintex Community Menu Bar
Solved

Nintex Xtension: Group result as one object

  • February 14, 2024
  • 1 reply
  • 51 views

Forum|alt.badge.img+4

Hello,

 

I have the problem, that the result of my Xtension action is displayed by each property instead of one single object.

My result looks like this:

Each property of the result is displayed as one return value. What I am trying to achieve is something like this:

This is what my openAPI JSON looks like:

Is my JSON is configured in a wrong way?

What do I need to change?

 

Thank you in advance!

Niklas

 

Best answer by Erwee

Hi Niklas,

 

Please add the following property at the root level:

"x-ntx-render-version" : 2

Just be aware that this will affect all of the parameters and outputs, meaning you cant flatten one parameter like you have in the example, and make another a complex object at the same time. More info here in our help docs about this tag and many others.

 

Hope this helps!

Erwee

1 reply

Forum|alt.badge.img+3
  • Nintex Employee
  • Answer
  • February 14, 2024

Hi Niklas,

 

Please add the following property at the root level:

"x-ntx-render-version" : 2

Just be aware that this will affect all of the parameters and outputs, meaning you cant flatten one parameter like you have in the example, and make another a complex object at the same time. More info here in our help docs about this tag and many others.

 

Hope this helps!

Erwee