Hi Everyone,
I am struggling with leveraging lookup columns in app that I am building. I have a simple form based app where people can enter business travel information such as address, cities to be visited, contact details of hotel etc.
I want some fields in the form to be visible/required based on the value selected in the "DestinationCountry" field. The choices in this dropdown come from a separate list which contains a list of countries (the values in the dropdown) and a "CountryRiskLevel" choice column, where the choices are High, Medium, Low. Therefore, each country has a risk level associated with it.
Would it be possible to make some fields required/visible only when the user selects a country which has a risk level of "High"?
Thanks in advance!