Hey,
I'm new to Power Platform and just practicing. I am building a simple personal expense tracking app using AI Builder Receipt Processor.
What is the simplest way to get the data captured by AI saved in Dataverse? Are there any good write-ups out there already?
I tried displaying all data into Text Labels and a Data table for Receipt Items and then using a Patch() to bring them in...
I populated a New Form with the ReceiptProcessor data and then submitted that to my Receipts table - That method works just fine, but I'm not sure how to bring in Line Item data (ReceiptProcessor.PurchasedItems) into my Receipt Items table in Dataverse.
Would also love to know how to save the ReceiptProcessor.OriginalImage as a file attachment to my Receipt record in Dataverse.
Thanks for any help you have to offer this rookie!
Thanks for the reply Joe. This video is helpful indeed!
Hi @Cosmic_Kitchen,
That's a cool app, congrats!
I would recommend this very nice video by @RezaDorrani that explains how to build a complete expense report Power App with AI Builder and Dataverse (you will see it referred as CDS in the video as that was Dataverse name a few months ago): PowerApps Expense Reporting with Receipt Scanning AI - YouTube
I hope this is useful!