Hi Everyone,
How to pass multiple values into a value field while filtering data from superbase in fluteflow ui
example: i have a field type: wear_type values are 1,2,3,4,5,6
while reading the data into ui i want to limit the data for only what 1,2,3 based on user this will dynamically changes based user type
Two tables
1.User_datatable: contains many columns including wear_type_id , has user specific wear_type values are stored.
2.Weartypetable: contains column wear_type_id, which has all the wear_type_ids.
In the UI i want to load weartypetable using the user_datatable having the user specific wear_type stored .
Can you help me.
Thanks in advance