glide.knowman.attach.fields
ServiceNow property description:
When attaching an article to an incident, problem, or catalog task, copy the article content into the following field. You can specify a separate field for each table you want to attach articles to as a comma-separated list. Use dot walking to copy the article content into related records. If a specified field does not exist, that field is ignored.
Attributes
- Sys ID: ed681c370a0a0a6f006c0b3de776161c
- Type: string
- Application: Global
- Default value: comments

AI generated property description:
The ServiceNow property `glide.knowman.attach.fields` allows you to specify which fields should receive the content of a knowledge article when it is attached to an incident, problem, or catalog task. You can list multiple fields for different tables by using a comma-separated format. This property supports dot-walking, enabling you to copy the article content into related records. If a field specified in the property does not exist in the target table, it will be ignored. This ensures that only valid fields are populated with the article content, maintaining data integrity.
Source