Hi All,
I have this Data Table I created to generate row numbers in a gallery. The Data Table is called DataTable1 for now. I have the following in Items:
ForAll(Sequence(CountRows(ccAuditTest)), Patch(Last(FirstN(ccAuditTest, Value)), {Row: Value}))
I need to filter this Data table to only filter using another Gallery selected ID. Filter(ccAuditTest, ID = MainGallery.Selected.ID)
How do I combine these two so I can get filter I need plus the Row count? I hope this makes sense. Thank you