I have a form that if you complete a pre check on a previous screen will appear, however I need to have this form also show up if a radio button from the start screen is selected as well.
Here is my formula that is not working.
If(Value(Gallery6_1.Selected.Title2_1.Text) =0 || If(Radio4.Selected.Value = "New Hire" || "Remove",false, true)
The form is only showing on the first condition and not on the second.
Any help appreciated.