I get this error: “ERROR Create Date&Time Range 3:5 Execute failed: Cannot invoke “Object.getClass()” because the return value of “org.knime.time.util.SettingsModelDateTime.getSelectedDateTime()” is null”
I am trying to append a date range for every row in a table that has a Fiscal Month start and end date by using them as variables in a loop going one row at a time.
I can execute only the cross-joiner node and it produces one fiscal month of dates no problem, but when executing the loop it fails with the message above!
It’s hard to diagnose with just this image. I have a suspicion that a variable is empty.
I see your values being of type date but the Create DT range nodes has to work with strings.
I have just posted a solution on a very similar use case. Maybe it can also help you out.