I don't think it's a race condition per se. At least not in the sense of stomping on other actions by changing state underneath them. This code is only writing a single argument to the running action itself. I feel like there's some issue preventing the code from even executing at all.
I think this because the very first line of code is to set the default value of this argument. So it's failing to even get that far. But, SB is not throwing any errors or log messages around this action/sub-action at all.
Comments