Hello World Console Log
This example interaction shows how to do a console log a value returned from a custom JavaScript snippet.
Interaction Setup
Interaction used: Click
Interaction trigger: Targeted native button block
Actions used:
Time | Action | Setting | Value | Description |
0s | Run Custom JavaScript | Custom JavaScript | "Hello World" | The return value from the custom JavaScript |
Reference ID | message | Save the value from the output of the custom JavaScript to this name | ||
0s | Console Log | String or Expression | data.message | This will console.log the value from the previous step |