I currently do not have experience coding and I would like to create a simple application to help my workers with a treatment algorithm.
I would like to to use the Toggle List Function and when it is toggled on/off, (true/false), to make a Button or Text show or hide.
My objective is to create several Toggle lists so depending on the on/off combinations it will trigger a button with a specific description or text to appear.
Good afternoon. I tried, but it is not hiding or showing the button. I am sure I am doing something wrong. I am attaching some screen shots. Thank you!
I was able to make a button appear if the following conditions were met:
condition1 & condition2 & condition3 (Proceed with treatment button would appear)
condition1 || condition2 || condition3 (Do not treat)
I am having some difficulty creating a third button called, (Wait 2 more days), if 1 or 2 conditions out of the 3 are met.
I would like for this button to appear if 1 or 2 conditions are true of the 3 conditions.