I have two workflows in a SPO list and part of one of the looping workflows it checks to see if the other workflow is already running.
I have varWorkflowStatus - Dictionary, then 'Get an Item from Dictionary' action, Key was "Description" then output was varWorkflowStatus2 - Text, then have a "Conditional Branch" action if varWorkflowStatus2 equals 'Started' then "Terminate workflow" but it isn't pulling anything back, I've checked the history logging and all it says (") without brackets. So it always thinks it's not running.
This workflow is 2 years old so not sure if there's a new way of doing this now?