Forum Discussion
Not sure if this suits your use case, but we often extract details from the event message using regex groups. The returned values are used to populate the sub_id field and this is used to then control the uniqueness of the Incident in ServiceNow.
In the version of the ServiceNow Incident Sync pack we are using (3.0.1), the correlation_id is built in PowerFlow and passed to ServiceNow in the payload. The %Y (sub entity name) runbook variable is used to populate the sub_id value. Example resulting correlation id below :
ScienceLogicDev+DEV+783889+EVENT+8185+SUB-ID-dcllnp30_b002;4062078;10/24/2024 11:12:26
I understand that in later versions of the Incident Sync Pack/Incident Scoped app the correlation id is calculated in ServiceNow so the behavior may differ.
Related Content
- 8 months ago
- 5 months ago
- 3 months ago