You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

SelecOne (LOV) in VBCS

edited Feb 6, 2019 8:58AM in Visual Builder 2 comments

Summary

SelecOne (LOV) in VBCS

Content

Hi All,

 

I am calling a REST API...to populate LOV...but data is not getting populated....below is the process followed

1. Registered Endpoint - Response coming from REST is

[ { "label": "1", "value": "1" },{ "label": "2",  "value": "2" }]

2. Defined 2 fields - Input Text, SelectOne

3. Defined Type from REST response, variable of defined type

4. Mapped these(JSON object) variable to SelectOne

4. defined Action Chain to call REST End Point - assigning response back to above variable

5. On value change listener of Input Text, calling the above action chain....

But I don't see the data in lov, browser log shows - assigned undefined.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!