I have Gallery1, in which I am collecting data to patch to an SP List.
I am getting the following error when I choose an item from the 'Activity' dropdown.
The error message doesn't provide any more information clarifying which field is kicking back the error.
How do I determine which field is causing the error?
I'm assuming the error is in the 'Total' field, which has the following formula. What am I missing?
If(IsBlank(Activity_ComboBox.Selected.Value), "0", "$" & Activity_Quantity_Fld.Text * Activity_Rate_Fld.Text)
