Setting an incident field and getting the new value of it
Hi everyone, I noticed that automations cannot set a new value and fetch it from the same incident field . Why is that? demisto.executeCommand('setIncident', {'details': 'mycustomvalue'})return_results(demisto.get(demisto.incident(), 'details'))




