I have a gallery and want to combine two functions. The first function will make alternate rows in the gallery different colors. The second function is for my search criteria. I put both functions in the Items function and I get errors. What am I doing wrong.
With ({records: Job0013_Holiday_Gift_List},
ForAll (Sequence(CountRows(records)), Patch(Last(FirstN(records, Value)), {rowNumber:Value}))
);
Search(Job0013_Holiday_Gift_List, TextInput_Search.Text,"EMail","Company","First_Name","Last_Name")

Report
All responses (
Answers (