URL Prefill
Every function has its own URL. Pass query parameters to open the form with fields pre-filled:
Parameter names must match the function's parameter names exactly. Values are coerced to the correct type automatically.
Use Cases
Link directly to a pre-configured form:
Embed in an existing web app via iframe:
Open from a script:
How It Works
Prefill works for all scalar types (str, int, float, bool, date, time). File inputs cannot be prefilled via URL. Optional fields are enabled automatically when a value is provided.
This is the same mechanism ActionTable uses internally — clicking a row navigates to the destination function's URL with the row data as query params.