If Null Then [Date] Statement

Figured it out!

Including the solution in case anyone has a similar question/issue in the future.

If(IsBlank(thisRow.[column2 date]),thisRow.[column1 date],thisRow.[column2 date])

2 Likes