Skip to main content
November 5, 2021
Solved

Can we have a dropdown with 80 values

  • November 5, 2021
  • 7 replies
  • 0 views

Can we have a dropdown with 80 values?

In my case, I have two dropdowns. When we select one dropdown then the another dropdown value chnages according to it.

When I select dropdown1 1st value, then it needs to display the associated values in dropdown2. I tried using decision and choose but I'm getting errors in both cases.

    Best answer by selvakumark

    Hi,

    Can we have a dropdown with 80 values?

    Yes, we can have.

    When I select dropdown1 1st value, then it needs to display the associated values in dropdown2

    Can you please share your code for this logic? Seems like the error in the interface is due to misconfiguration and not due to the data list.

    7 replies

    selvakumark
    Participating Frequently
    November 5, 2021

    Hi,

    Can we have a dropdown with 80 values?

    Yes, we can have.

    When I select dropdown1 1st value, then it needs to display the associated values in dropdown2

    Can you please share your code for this logic? Seems like the error in the interface is due to misconfiguration and not due to the data list.

    November 5, 2021

    but when I have output as 80 values of a dropdown, then it is showing this error.

    richardm900458
    November 5, 2021

    Hi purvib

    are you providing an array with 80 elements or a single value with 1133 characters?

    {"value1", "values2"} is an array with 2 values

    vs

    {"value1,value2"} is an array with 1 value

    Can you please share your code for this logic? Seems like the error in the interface is due to misconfiguration and not due to the data list.

    can you provide?

    kind regards,
    Richard