Solved

Nintex Xtension: Group result as one object

  • 14 February 2024
  • 1 reply
  • 18 views

Badge +3

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

 

icon

Best answer by Erwee 14 February 2024, 09:41

View original

1 reply

Badge +3

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

Reply