Hello,
i've got an issue where i want to use a Toggle, if true then the text is "IN", if false then text is "OUT"
i've set the TrueText = "IN" and Falsetext = "OUT" the output needs to be added to a collect which is then uploaded,
the code to build the collect is
Collect(collectMultiScan,
{
Direction: Toggle1.Value,
Barcode: BarcodeScanner2.Value,
Time: Now()
}
)
the problem i have is the toggle1.value is true or false, and ides how to change it to IN or OUT?