Could you look into adding Flowr actions that work with ZUGFeRD 2.1.1 e-invoices? These invoices are one of the standard B2B invoice formats that are used in Germany as they adhere to the European standard CEN 16931 and meet XRechnung legal requirements. They consist of a Human-readable PDF/A-3 with an embedded XML file in the syntax. As of January 2025 Germany based businesses must be able to receive invoices in this format so it is increasingly important that we are able to process these with automation (Particularly AI processing)
Date
Votes
1 comment
-
Official comment Update: We have now published a detailed guide: Process ZUGFeRD Invoices in Power Automate
----
Hello Kathryn MatthewsThe 'PDF - Extract Attachments' action can be used to extract the XML data/file from a ZUGFeRD invoice:

You can utilise the Power Automate 'base64ToString()' expression to access the XML file contents as a string:


Optionally you could convert the XML to JSON using the 'Utility - Convert XML to JSON' action and then parse before uploading the data as required:

Please sign in to leave a comment.