ServiceNow Grant flow in application scope permission to create catalog tasks (error 'scope does not have create access to table sc_task')
ServiceNow Blog
·
Apr 23, 2025
·
article
ServiceNow Grant flow in application scope permission to create catalog tasks
if your flow is throwing an error:
scope does not have create access to table sc_task
follow the steps outlined here:
https://support.servicenow.com/kb?id=kb\_article\_view&sysparm\_article=KB0854565
- go to sys_scope_privilege and create a new record
- source scope: the application scope
- target scope: global
- target name: sc_task
- target type: table
- operation: create
- status: allowed
also you can ensure the flow is set to run as system user in the flow properties
View original source
http://www.cloudminus89.com/2025/04/servicenow-grant-flow-in-application.html