I'm working on an app where I have a text input for a Part ID (inpParID). The backend data source in a Sharepoint list and, of course, the input is writing to it. I would like to use the barcode reader, if possible, to write to that text input, but so far have been unsuccessful.
- I've assigned the OnScan property to a variable (varBarcode) and then
- Writing the variable to the Default property of the inpPartID
- Writing the Default property of varPartID as If(IsBlank(Parent.Default), varPartID, Blank())
Am I going about this the wrong way or is it even possible to write to an SP List from the barcode scanner?