...
In noKodr, Events define the triggers for automation created by workflows. They determine when a specific workflow should be executed based on user interactions or changes in the application.
...
onload Events:
This triggers the assigned workflow every time the component is loaded.
...
Actions are basically workflow actions, which you can explore in Workflow here.
Custom Action Event:
This event changes as you create new actions for the component. For example, in the image below, I have created a custom action called “New Candidate.” The event associated with this action is visible, which means that whenever you click on this action, the assigned workflow will be triggered.
...