hey!
Apologies if there is a glaring answer to this... I've been struggling to use the time series tools to predict on a 'daily' basis.
What I've found, is that within my model and forecast, there are dates that do not exist in the dataset, and it seems to start a month after the latest date in my dataset.
For instance, I have the following data:

Ranging from a dates in 2019 to today. All dates have a randomised value for 'value to predict.
"2021-11-09" is the last data point in my set, but if i check the ETS, or Forecast model i have configured:

The prediction starts (and has a value for) 'Jan 9'.
This appears to be the same for ETS and Arima, so i suspect i am misunderstanding how the data needs to look, prior to inputting to the timeseries tools.
Any help would be massively appreciated - i've attached my example workflow, that should highlight exactly what i mean.
Cheers,
TheOC