Hi,
I have a flow which attempts to create a record in Salesforce. Salesforce has some validation to check for duplicates and will reject attempts to create records that are duplicates. I wanted to keep track of which ones were rejected and which ones were successfully created by saving the emails in an array varable. Below is what I have currently setup:

After the attempt to create record, it should go to the left if successful and right if not. In the Append to array variable actions I have setup the "run after" settings to the following:

When I tested the flow, I got an error message which indicates:
ActionConditionFailed. The execution of template action 'Append_to_array_variable_-_error_create' is skipped: the 'runAfter' condition for action 'Create_record' is not satisfied. Expected status values 'Failed, Skipped, TimedOut' and actual value 'Succeeded'.

It seems that it's going to execute the right action, even though it the condition is "Succeeded", but the right action should only be executed if it's the other conditions. I was wondering how do I make it always go left if it's "Succeeded"?
Sincerely,
Jason