Forms

To listen for form submission, you can write the following -

When user submits xyz form, do something.

Here, xyz will be the name of your form entity. If its a login form, you will write "when user submits login form, ...."

In place of "do something", you can write any other statement from the Supported sentences list.

Here are some common sentences -

  1. When user submits user form, go to users page.
  2. When user submits user form, add new user data in users google sheet.
  3. When user submits user form, show confirmation modal.
  4. When user submits user form, show title hello world.

Lists

Lets say you created a list of text cards that looks like below -

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e20d899e-1cef-424d-b6fb-b166f35855c9/Screenshot_2020-10-07_at_6.09.32_PM.png

To listen for events on the click of the "view details" button, you will write -