Empty list (array) for widgets

  1. I have choice chips multiselect.
    Define options - AppState List.
    Initially Selected - backend query from Supabase.

  2. If backend query (list) is empty in Selected then red screen appears! Terrible ๐Ÿ˜‘

  1. I tried conditional value (if/then).
    If backend query Is Set And Not Empty Then backend query - point 1 and 2.
    Else - oops. I can't set Null for list. point - 3.


    What should be in 3) and 4)?

  2. Also I try Action Reset Form Field for Choice Chips. It doesn't work. I think because initially selected are from backend query.

    How to do it?

2
2 replies