Hi Community,
I'm seeking your assistance in creating a simple Power Apps mobile app for sales associates. The app should allow them to:
- Scan a product Data Matrix barcode using the device's camera.
- The app extracts the first 10 digits from the scanned data matrix barcode.
- Integrate those 10 digits into a specific URL (e.g. www.google.com/ABCDEFGHI )
- Launch the constructed URL automatically in a web browser.
I've already explored the forums and tried using generative AI to create the app, but I'm encountering formula-related errors that I can't resolve.
Here's a breakdown of the desired functionality:
- Scanned Barcode Example: ABCDEFG HIJKLMNOPQ (data matrix format)
- Extracted Digits: ABCDEFGHIJ (first 10 digits)
- Constructed URL: www.google.com/ABCDEFGHIJ (using extracted digits)
I'd greatly appreciate any guidance or suggestions for overcoming the formula errors and successfully building this app.
Thank you in advance for your support!