Issue when trying to create water - SM5 CoercionFailed

Hey all,

I am getting the following error when trying to create some water material.

Error [SM5] (Node TextureSample) Coercion failed: MaterialFloat3 Local1 = min(max(Local0,MaterialFloat3(0.00000000,0.00000000,0.00000000)),MaterialFloat3(1.00000000,1.00000000,1.00000000));
: float3 -> float2

This happens when I have the following:

As a note I am relatively new to materials and followed the tutorial on youtube for creating a simple indoor water material: https://www.youtube.com/watch?v=KPmRV1Z9ikY

Screenshot:
f4cb3df100dbfbe8da7494efded8aede89f1f1da.jpeg

Thanks in advance guys!

Nevermind I am DUMB!! I should have used Component Mask instead of a Clamp!