Hi,
I wish to use a searchbox to search a gallery by two fields 'DisplayName' and 'Assett. + Only Display the latest 500 entries, however i can only get errors could someone please enlighten me to why my code is wrong and perhaps show myself the correct code?
Thankyou, here is my incorrect code
FirstN(
Sort(
Filter([@Prestarts],TextSearchBox1.Text in 'Created By'.DisplayName || TextSearchBox1.Text in Assett.Value)
),[@ID], If(SortDescending1, Ascending, Descending
),500
)
Thankyou