Updated Choice List Not showing values on Form

Lekeisha
Tera Contributor

Hi All, 

 

We updated the choice list on the sn_feature_table. 

 

Lekeisha_1-1733859647132.png

 

 

But the form is not showing the updated values in the drop down selection.

Lekeisha_0-1733859566609.png

 

3 ACCEPTED SOLUTIONS

Juhi Poddar
Kilo Patron

Hello @Lekeisha 

 

The values for each choice must be unique.

From the screenshot, it is evident that Analysis and Refinement & Design share the same value (-6). Since Analysis has a lower order, it is the one displayed.

The same issue applies to the choices Backlog and Work in Progress.

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"

 

Thank You
Juhi Poddar

 

 

View solution in original post

Uncle Rob
Kilo Patron

Your problem is that so many of those choices share a value

UncleRob_0-1733862086220.png

Suspect its taking the one with the best sequence number when there's a conflict.
Do not share values in state.

 

View solution in original post

5 REPLIES 5

Juhi Poddar
Kilo Patron

Hello @Lekeisha 

 

The values for each choice must be unique.

From the screenshot, it is evident that Analysis and Refinement & Design share the same value (-6). Since Analysis has a lower order, it is the one displayed.

The same issue applies to the choices Backlog and Work in Progress.

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"

 

Thank You
Juhi Poddar

 

 

Thanks!!

Uncle Rob
Kilo Patron

Your problem is that so many of those choices share a value

UncleRob_0-1733862086220.png

Suspect its taking the one with the best sequence number when there's a conflict.
Do not share values in state.

 

@Uncle Rob Thanks!!!