Hi! In need of help with this problem,
User logs in by typing idB to TextInputB and gets access uses idB and emailB. After that, it shows a gallery where I only want to show data from tableA that contains idB. After that, they will input grades to tableC using patch.
I tried LookUp(tableA, Value(TextInputB.text) = idA) and Filter(tableA, Value(TextInputB.text) = idA) on Gallery's Items but both wont show the selected data. Also tried Set(thisIDB, ThisItem) on the Button to submit TextInputB but it wont work too.
Here's some info about the data :
tableA : idA, nameA, universityA, idB
tableB : idB, nameB, emailB
tableC : idA, grades
& all id is in Number format.
Please let me know if you need more information.
Hope someone can help, thank you!