Resolved! How do I get the numeric incident id in an automation?
I'm working with a Python automation, and I need to get the numeric incident id. I expect this id to be numeric (123456) but it is always a long concatenated hex string and GUID.
incident = demisto.incidents()[0]
incident_id = incident['id']
print(inc