Which canvas app function retrieves all records from a Dataverse table where the 'Category' column is in a predefined list of values?
-
A
Filter(TableName, Category in ["A","B","C"])
-
B
Search(TableName, "A,B,C", "Category")
-
C
LookUp(TableName, Category, ["A","B","C"])
-
D
Sort(TableName, Category)