Power Automate to help with keeping track of Your Credit card.
- Ómar Örn Magnússon
- Dec 25, 2020
- 1 min read
To automatically get every usage from my company cretid card I use Power Automate to parse every email that looks like this.

And create an item in a terms list, then I just add the invoice to the team’s list and when that part is completed it automatically gets sent to the bookkeeping system. Then it looks like this

Then select the item and add the invoice

To create this flow you start with the new email trigger and listen for the subject, for example, you could make s rule in outlook to move to a subfolder but I might start using more automation on my company inbox so for now i like to just listen to all mail on my inbox.
I parse the email body to get the parts I want and insert them into the list


Todo: Add automatic vat calculation if applies.
Comments