Missing Action Params
The Missing Action Params analyzer detects when an action calls another action without filling in all required parameters of that action.
When you call an action that expects certain inputs, every required parameter must be provided. If a required parameter is left empty, this analyzer flags it.
How to fix it
Open the function instance that calls the action and fill in all required parameters in the action params section.
Severity
Bug - the called action will not receive the expected values at runtime.