Formatting Offset Dates

I need to do a variety of manipulations to dates that involve finding the first weekday a certain number of days after another date. This seems to work ok when using the Offset Date block with DateNow. However, when I use Offset Date with a timestamp from a DateTime picker from Page Data, I get a type error. What am I missing?

Hi @David_King

The Offset Date block expects a date instance, so add between them a Date from timestamp block

Regards,
Vlad