confirm_forecast_scenario_action_url
Retrieves a link to a forecast scenario action.
Example
1
{{ '123' | confirm_forecast_scenario_action_url: 'create' }} => /team-slug/confirm-forecast-scenario-action/{forecastScenarioId}/{action}
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | forecastScenarioId | The ID of the forecast scenario to link to. Comes before the | sign. | Required |
| string | action | The action to perform |
Output
| Type | Description |
|---|---|
| string | The URL to the forecast scenario action |