Hi there.
I have many SharePoint lists.
I created a app and need to display a table. But the list to display will depend on the previous answer.
If the previous answer is Option 1 I want List A to be displayed if it is Option 2 I want list B to be displayed.
I tried this code but it is not working.
If(PlantDataCard.Selected.Value = "Salads and Pickles",
DisplayList('[OT] Devices - Bethlehem - Salads and Pickles'),
false)