I have a #Flow that updates a few fields on the #User Object when the User is deactivated. Is it possible to also create a #New Task record on the associated #Contact Record to show that the User was deactivated? I've tried calling a Subflow, using a Create Records, and using a Create Task action, but nothing is working. It might not be possible due to a Mixed DML issue?
If it is a mixed DML issue, one possibility is to add an Asynchronous path to the Flow and perform the User DML in the "Immediately" branch and the Contact / Task DML in the "Asynch" branch.
