ServiceNow Grant flow in application scope permission to create catalog tasks (error 'scope does not have create access to table sc_task')
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
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
Comments
Post a Comment