add_file_to_changeset
Include a file in a ServiceNow changeset by specifying the changeset ID, file path, and file content. Simplify updates and version control in ServiceNow workflows.
Instructions
Add a file to a changeset in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
changeset_id | Yes | Changeset ID or sys_id | |
file_content | Yes | Content of the file | |
file_path | Yes | Path of the file to add |