Description
In a workflow, you can create an if/else statement that reads “If person in X column is Alex, then do 123. Else, do 456.” I would the ability to select “Automations” as one of those people.
What are you trying to achieve
I want to make a simple if/else statement, “If last person to post update was “Automations”, stop. Else, continue”. I can do this with every person in the organization except for updates posted by “Automations”.
I have a workflow that is triggered by someone posting an update (the workflow is called “Update Posted”), and “Update Posted” distinguishes if the updater is someone on my Team or anyone else. “Automations” is considered anyone else, and shenanigans happen because of it.
I have workarounds that usually work, but as my organization (and workflows) grow I’m chasing bugs because things didn’t perfectly align. I wouldn’t have to chase these down if I could have that simple If/Else statement.