Share via

Problem with Power Apps

Anonymous
2023-06-13T13:42:07+00:00

Hey Everyone.

I am having difficulty with Power Apps, while using Barcode Scanner. I have linked it with a Share Point list, which will save the scanned barcode in the list automatically upon scanning. On the other hand, I have a column in my list named as Extract. There I wanna store the values 7 values starting from the 5th of the Barcode. This is what my OnScan Command look like:

Collect( colScannedItems, { ScannedItem: First(BarcodeReader1.Barcodes). Value, Extract: Mid(First(BarcodeReader1.Barcodes). Value, 5, 7), Who: User(). FullName, When: Now() } );

But the thing is, it's not saving the Extract value, barcode is being saved but not the extract value. Any idea how to do it? Any quick help would be appreciated as its urgent. Thanks and Regards.

Microsoft 365 and Office | Install, redeem, activate | Other | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-06-13T14:17:16+00:00

    Hi. I'm Brian.

    Your question is out of scope in the Microsoft Community. Power Apps has its own community and you can find it here: https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1. You'll get better responses in that community.

    Was this answer helpful?

    0 comments No comments