Re: How do I make these two actions run even if the "Create item" part fails?
Hi @dlprentice ,
You can use "Scope" action like try catch finally blocks. Here is a sample image with TRY CATCH blocks. But in your case one more block called finally. ( I mentioned steps below )

1) Add a Scope block and name it as "TRY".
2) Add Create List Item inside TRY Block
3) Add another Scope block and name it as "CATCH"
4) Keep your Send email inside CATCH block
5) Set the CATCH block to run only when it "has failed"
6) Add another Scope block and name it "FINALLY"
7) Add your "Mark as read or unred" and "Move email" in this finally block
8] Set this Finally block to run always ( check all options like is successful, has failed, is skipped, has timed out ).
If I answered your question, please mark this question as answered and if you liked my response, please give a thumbs up .
Thanks
Purna
Blog