Hello guys, I have issue with the below code for a week I'm trying to solve it but it seems to need an expert guy to figure it out.
First code on Gallery item :
(Filter(AnaMlaak, StartsWith('Serial number', TextInput1.Text) || StartsWith('KU TAG', TextInput1.Text) || StartsWith(PO, TextInput1.Text)
The second code is :
If(varPageNumber=1,FirstN(AnaMlaak,ddPageSize.SelectedText.Value*varPageNumber),LastN(FirstN(AnaMlaak,ddPageSize.SelectedText.Value*varPageNumber), ddPageSize.SelectedText.Value*1))
The question is how to merge them I need these 2 functions to work on the same gallery 😞