What is the format of input data for dropdown

what is the format of data i have to pass in a dropdown or radio button if im using data Store as input source not Enumeration.

4 Likes

The data should be in Json format in Key-Value Pairs. @Vikas_Malik Can you provide the json format here ?

6 Likes

Yes it should be in key-value pair for example
{
“NAME”: “XXXXXX”,
“VALUE”: 100.0
}

7 Likes

thanks @Vikas_Malik :+1:

1 Like