I'm sure I am missing something here silly as to why this is not working correctly here.
My OnSelect Code looks like this for capturing the Data
Collect(Collection1,{
ID: Max(Collection1, ShooterID)+1,
Bay3Result:Bay3ResultScore.SelectedText.Value}
);
SaveData(Collection1, "OfflineData")
For my Items I have this below
Distinct(Bay3Result.Result,Result)
Isn't there a way so that instead of it saying FAIL OR PASS to begin with it shows blank? Also how do I get it to stick with it staying on what I select, as currently if I select PASS, it automatically reverts back to showing FAIL in the drop down.

I know I'm missing something really simple here.
Thanks!