Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

Unique data in Select one choice

edited Aug 24, 2020 11:15AM in Visual Builder 2 comments

Content

Hi Experts,

I have a REST API that gives a list of account details (as below) with duplicate account names. I wanted to create a Select one choice and show only a unique account name in the drop-down. My Select one choice should have only ABC, XYZ, WWW. Can this be achieved? Also how to show one account name as the default option. Please suggest.

 

[
{
"account":"ABC",
"id":"123"
},
{
"account":"ABC",
"id":"123"
},
{
"account":"XYZ",
"id":"321"
},
{
"account":"XYZ",
"id":"321"
},
{
"account":"WWW",
"id":"333"
}
]

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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