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!