Windows Loop Start Error

Hi everyone, I apologize for the inconvenience but I have an issue with the node Windows Loop Start. I created a variable of the time-stamp type (later I also tried with the string format) which is supposed to be the day from which the loop starts, but inserting it as “start”, the day of the first row of the table is still taken instead. Otherwise if I check the “Start at” option i receive the following error message:
Execute failed: class java.time.LocalDate cannot be cast to class java.time.LocalDateTime (java.time.LocalDate and java.time.LocalDateTime are in module java.base of loader ‘bootstrap’)

How can I pass the starting day for the loop as a variable?
I attach the images of the variable that I pass


Welcome to the forum @gprandelli009.

What does the data in your Timestamp column look like?

Hi @elsamuel, thanks for the welcome!
The data in my Timestamp column are in the format “year-mounth-day”
Screenshot (138)

Sorry my bad, after your replay i got a doubt and checked my workflow and i wasn’t using the right TimeStamp column. In fact I was using another column in the format “year-mount-day-hour-etc…”
now my project works just fine!
Thank you so much for your time!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.