Hi,
I have a form that contains "Choice" dropdowns with the options "Yes" or "No". At the end of the form i have a text field that should show "Passed" or "Failed" based on whether the checks have returned the correct "choice" to determine if the check has passed or not. However, regardless if it should say "Failed" it always returns "Passed" because the statement is passing with a true value when it should be a false value. Below is the code to determine if its passed or not. Any help would be greatly appreciated.
I have also tried the following with nested If statements.
Hi, yeh it fails on the first statement, not sure as to why it doesnt work
i would suggest you test with one signle condition at a time and then put second and test like wise test all the conditions
When i've done that on both ways it hasnt worked 😞
Attempt 1 - Now it says "Failed" when it should be "Passed"
Attempt 2 - It shows blank when it should show "Passed"
It appears this defaults the condition to false, whereas the way it was before defaults to true regardless of statements.
try to convert left side with text:
Text(DataCardValue38.Selected.Value)="Yes"
Like this
Update - with the nested IF, when the confition is false, nothing is visible within the "PassFail" text datacard - however when true "Passed" appears. What could be causing this not to show when it fails?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.