I have an AfterSubmit on CREATE Workflow that is n...
# suiteflow
s
I have an AfterSubmit on CREATE Workflow that is not executing for the following reason Check : Action allowed for execution context WEBSTORE RESULT = False. How do I fix this?
r
Check the execution context of the action in question. It I recall correctly, webstore context is usually not selected by default.
s
Good find. It was selected on the event definition/workflow, but was NOT selected in the Action. Thank you!