Recipes
Data & Functions
Make a function run automatically

Make a function run automatically

Problem

You want to build a real-time UI where your functions run automatically in response to input changes.

Solution

  1. In the Run panel, configure your function to run Automatically
  2. Use {{ bindings }} in your functions around all inputs you want to trigger an automatic re-run of your function.

Discussion

https://httpbin.org/get/{{ dataTable.selectedRow.id }}
  • Avoid using Automatically run functions for mutative actions.

Known Limitations

See also