Hi,
I need an app to register sharepoint list items to follow up leaks during a production process.
I'm able to scan the barcode on the OnScan and patch the date and barcode value in the sharpeoint list item.
however, after scanning i want to move to the EditScreen1 to add more data by choiceboxes (to this same created sharepoint list item) - editscreen is already made by default powera
The formula works fine without the navigate part, but if i want to add a navigate function i'm getting an error on unsuspected characters and i cant for the life of me find out what is wrong or how to fix it.
Any help would be appreciated.
Patch(
'R2 Leaks'; Defaults('R2 Leaks');
{Datum: Now() + 9/24; Labelnummer: First(BarcodeReader1.Barcodes).Value }
);
Navigate(EditScreen1; ScreenTransition.Fade)