Updating Slack conversations in a task using slack spokeIssue Using Slack spoke, we can update a ServiceNow Task Note with slack conversations. However once the task record is updated, the 'updated by' may not be the correct user. Platform shows updated by as 'guest' user instead. ReleaseAny ReleaseCauseN/A.ResolutionWe have to configure multiple transform maps to use journal and the sys_audit records to update sys_updated field with the correct user. The order has to be defined as following for the transform maps. Transforms maps: 1) Order 100 on sys_audit 2) Order 200 on sys_journal_field 3) Set Order as 300 to trigger the update, so do not include "target.autoSysFields(false);" in the transform map script. 4) Optional, because it should include "target.autoSysFields(false); " and update the sys_update_on and the sys_update_by on the task record, otherwise it will show the guest account. To know more about using journal and the sys_audit records, please refer to following article: https://community.servicenow.com/community?id=community_article&sys_id=9decea65dbd0dbc01dcaf3231f9619c1