Currently have an App that scans barcodes and inputs information into a SharePoint list. I am trying to convert this so it inputs the data into an excel table that is on a one drive business account. Getting no errors inside powerapps but no data is being loaded into the excel table. Any suggestions?
ForAll(CollectMultiScanFx, Patch(PTA_1,Defaults(PTA_1), { Recipient: ThisItem.DisplayName, Who:User().FullName, When: Today(), TN: BarcodeScanner3.Value, Company:"FedEx"}));Reset(TextInput1);Clear(CollectMultiScanFx);Navigate(Success)