SO I just finished watching Import & Update Excel Values To SharePoint With Flow. This was very helpful. I am having an issue on update_item action on the date fields. Not sure why as the same functions I am using work fine on the create_item action. See below:
The "Get Items" work fine. It gets the value and then tests for an empty condition.
The problem lies in the next step. And I can understand why this would fail on update and pass on create.

I have the same function on the update as I do on the create. The error message is on the int function and is as follows:

Not understanding why it would work on create and not on update. At first, I thought this was a case of copying and pasting; but no. I get this error regardless. Any ideas?