An Azure service that automates the access and use of data across clouds without writing code.
Hello @Peter Strickfaden !
Thank you for the update !
In the case of a Form like an invoice you may consider Azure Forms Recognizer
Azure Form Recognizer is a cloud-based IDP service offered by Microsoft Azure that can extract structured data from various types of documents, such as invoices, receipts, and forms.
You cab find it as Document Intelligence Studio is an online tool for visually exploring, understanding, and integrating features from the Document Intelligence service into your applications. Use the Document Intelligence Studio quickstart to get started analyzing documents with pretrained models. Build custom template models and reference the models in your applications using the Python SDK v3.0 and other quickstarts.
Strictly on Logic Apps , if you searched and did not find a ready made solution you can use the Data Initialization feature where you can initialize data forms into an array and then manipulate it as you prefer
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
Regards