How to pass multiple values into a value field while filtering data from superbase in flutteflow ui

Actions & Logic

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

What have you tried so far?

i have tried using equal or in(is contained option ) while querying in UI , nothing worked.

Did you check FlutterFlow's Documentation for this topic?
No
3
8 replies