Hello, I can't seem to get this to function and could use some guidance. We have a field called "Invoice Delivery Method" (DataCardValue45) with two choices - Print and Manual E-Bill.
If Manual E-Bill is selected, we would like the E-Bill Email Address text field to be both visible and required. Seems simple enough, and all of the answers I find point to the same formula, but it's not working. I have tried this formula on both the Visible and the Required property of the E-Bill Email Address Data Card, but I keep getting an error.
If(DataCardValue45.Selected.Value="Manual E-Bill",true,false)
The error just indicates the field types don't match, which I already know. They shouldn't have to, right? Where am I going wrong?