Let $X$ be a normally distributed random variable. I am trying to find the CDF of a minimum of $X$ and a constant $c$. In other words the CDF of the random variable $Y = \min (X,c)$.
With
$Y = \left\{\begin{matrix} X,& X < c\\ c,& X \geq c \end{matrix}\right.$
I started with considering that $P\{\min_i X_i > a\} = \prod_{i=1}^n P\{X_i > a\}$ for a group of random variables $X_i$ which led me to
$F_Y(x) = P(Y \leq x) = 1 - (1-F_X(x))(1-F_c(x))$
but am unsure if that is the correct approach and also how to determine $F_c(x)$.
Any further insights are much appreciated!

$c$, being constant, does not have a CDF as such. You merely need to determine if the value $x$ is less than $c$ or not.
$Y$ is distributed identically to $X$ for all values less than $c$, and the rest of the distribution lies exactly on $c$.
$$F_Y(x)= F_X(x)\mathbf 1_{x\lt c}+\mathbf 1_{x\geqslant c}$$