Step 3 - Run an Action
Visit your dashboard
You can go to your dashboard with this link (opens in a new tab). When you do this for the first time, you'll be prompted to enter some company information. Once you do that, click the Continue to Dashboard
button.
0
See the list of actions
Selecting the actions menu item lets you view all of the deployed actions. These correspond with the actions imported in src/index.js
.
0
💡
If you don't see any actions, go back to Step 1 and make sure you are running the development server.
Run the Action
Select the helloWorld
action...
0
...and then click on the Trigger
button.
0
Check the output
You can view the log of the action run on the Runs
tab.
0
During development, your actions are run locally to give you a really tight feedback loop. To see this, check out your terminal window and see the same output.
VM: [INFO]: Running action helloWorld
VM: [LOG]: Hello World! Nice to meet you!
CLI: [LOG]: Uploaded run result