Hello Experts,
- I am trying to create a SharePoint integrated custom form for on my lists. With this list I have a data card (#1) with a dropdown that has values "Yes" or "No". Following this data card I have 8 other cards where their visible property has been changed with an IF condition to be true only if the initial (#1) dropdown has the selected value "Yes".
- There is one of the 8 data cards with the previous IF condition where I would like to add a second IF condition based on a different dropdown value.
My question is...
How can I have add a second IF condition on the visible property of a data card, so the card is only visible if both desired values are selected?