Flow Action: Not able to create new action in an application as admin user when choosing "This Application Scope Only" option from Accessible from fieldDescriptionAdmin user has the role "action_designer"Admin user is NOT able to create an action on any application when we choose "This Application Scope Only" option from Accessible from the field.Below Error Message is seen: Bad Request, Insufficient access level for create operation on ActionRelease or EnvironmentAll VersionsCauseThis is the expected behavior in out of the box as users cannot modify Accessible from setting in scopes they do not own. Insufficient access level for create operation on Action: com.glide.flow_design.action.data.ActionDesignAccessLevelException: Insufficient access level for create operation on Action: com.glide.flow_design.action.data.ActionTypeGlideRecordRepo.insertActionType(ActionTypeGlideRecordRepo.java:379)com.glide.flow_design.action.providers.ActionTypeRepoBackedProvider.saveNewActionType(ActionTypeRepoBackedProvider.java:229)com.glide.flow_design.rest.ActionService.saveActionTypeDefinition(ActionService.java:325)sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)java.lang.reflect.Method.invoke(Method.java:498)com.glide.rest.handler.impl.ServiceHandlerImpl.invokeService(ServiceHandlerImpl.java:44)com.glide.rest.processors.RESTAPIProcessor.process(RESTAPIProcessor.java:287)com.glide.processors.AProcessor.runProcessor(AProcessor.java:576)com.glide.processors.AProcessor.processTransaction(AProcessor.java:264)com.glide.processors.ProcessorRegistry.process0(ProcessorRegistry.java:181)com.glide.processors.ProcessorRegistry.process(ProcessorRegistry.java:169)com.glide.ui.GlideServletTransaction.process(GlideServletTransaction.java:44)com.glide.sys.Transaction.run(Transaction.java:2228)java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)java.lang.Thread.run(Thread.java:748)save Action Definition: com.glide.flow_design.action.data.ActionDesignAccessLevelException: no thrown errorResolutionUsers should be able to set the access level when creating actions in a scope they own on their instance. The below method will work well Create a new app using StudioCreate a new action in Flow DesignerSelect the new application scope created in step 1Set the Accessible from to This application onlySave the actionAdditional Informationhttps://docs.servicenow.com/csh?topicname=create-action.html&version=latest For Example, "Alert Management Content" is out of the box application which belongs to ServiceNow Scope.So, the end-user wouldn't be able to set the "Accessible From" to "This application scope only" but they should be able to set it to "All Application Scopes"