I have choice chips multiselect.
Define options - AppState List.
Initially Selected - backend query from Supabase.If backend query (list) is empty in Selected then red screen appears! Terrible ๐
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)?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?