Ask AI
Skip to main content

Template Parameter

The Template Parameter analyzer detects when an action has parameters defined, but the template it's linked to doesn't have a matching parameter with the same name and type.

When an action is triggered by a template (for example, on page enter or on button click), the template needs to declare the same parameters so it can pass the right values. If a mismatch exists, the action won't receive what it expects.

How to fix it

Make sure every parameter defined in your action also exists in the linked template with the exact same name and type. You can manage template parameters in the template settings.

Severity

Major/Bug - the action will not receive the expected parameter values at runtime.