Hello,
I have a barcode reader component that is populating a Gallery after scan.
Howe to save that data into a dataverse table?
Thank you

Hello,
I have a barcode reader component that is populating a Gallery after scan.
Howe to save that data into a dataverse table?
Thank you
Hi @AsheshR you could use either a form that is being populated form the barcode reader and the data source is Dataverse or you could use a patch function and then patch the defaults for the Dataverse table to create a new record.
Patch: https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-patch
Form Submit: https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-form#submitform
Hope this helps
Please click Accept as solution if my post helped you solve your issue. ✔️ This will help others find the solution to this problem. It also closes the item. Remember, you can accept more than one post as a solution.
If the content was useful in other ways, please consider giving it Thumbs Up. 👍
Thanks
Andrew