REST Service response to display in a form drop down

cancel
Showing results for 
Search instead for 
Did you mean: 
paiyyavj13
Established Member II

REST Service response to display in a form drop down

Jump to solution

Hi,

I am trying to display the below json response in a form dropdown field:

[
{
"id": "1",
"label": "Type A"
}, {
"id": "2",
"label": "Type B"
}
]

Could some one guide me in configuring the below parameters in the form?

I need to know what should be the values of the above 3 fields...

Appreciate your help... Thank you...

Regards

1 Solution

Accepted Solutions
paiyyavj13
Established Member II

Re: REST Service response to display in a form drop down

Jump to solution

It worked, I had to enter the path as: []

View solution in original post

2 Replies
paiyyavj13
Established Member II

Re: REST Service response to display in a form drop down

Jump to solution

It worked, I had to enter the path as: []

Arun_nmc
Active Member

Re: REST Service response to display in a form drop down

Jump to solution

Hi,

 

I am also trying to have the following cases in my project requirement.

But i want to display the  name starts with 'A' in the list box in activiti UI.

could you please sugget whether this is possible and how can be achievable.

 

Thanks

Arun K