Hi,
I need help to build the query items for filtering the gallery (Ship activity).
I have 3 SharePoint lists (Ship Information, Test Activity List, Ship Activity)
VslType , TOScenario, Changes are single select choice column in Ship information.
VslType , TOScenario, Changes are Multi select choice column in Test Activity List.
In power apps, when Ship is selected from master gallery. I need to filter the ship activity List (Child list) which contains ShipID from Ship information list and Acivitylist ID from Test Activity list.
filter ShipActivity list condition is like.. when ship selected from ship information (ShipID), its vsltype must match with vsltype in Test Activity list AND (match TOscenario from ship information to TOscenario from Test Activity list OR (match Changes column from ship information to Changes column from Test Activity list)
Get Activity names
IF ( VslType AND (TOScenario OR Changes))
Kindly help to build the filter query for Ship activity. Thank you.
