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
rustyshackles
02/18/2021, 8:54 PM
Check the execution context of the action in question. It I recall correctly, webstore context is usually not selected by default.
s
Suite Deal
02/18/2021, 9:28 PM
Good find. It was selected on the event definition/workflow, but was NOT selected in the Action. Thank you!