Resolved! Field Trigger Script / Broswer Caching Issue?
I have a field trigger script on dbot status changing; essentially updating a custom field to nothing if the an incident is re-opened.
if field=="dbotStatus" and old=="Closed" and new=="Active" and incidentType=="Azure Sentinel":
demisto.executeComman



