If you use the normal approximation of a binomial random variable $Y\sim \operatorname {Bin}(n,p)$ for sufficiently large $n$, then you should first ask yourself, what normal distribution is actually used for the approximation (without normalization):
It is $\mathcal {N}(np,\,np(1-p))$, hence you use while using the normal approximation the known parameter for the mean and variance of $Y\sim \operatorname {Bin}(n,p)$.
If you don't know the distribution but still want to use the normal approximation (which needs ofc some justification), then as Henry points out, you need to use sample estimates of mean and variance.
Some reference like this might be useful too, some examples are calculated and also the continuity correction (since $Y$ is discrete vs. $\mathcal N$ is continuous) is introduced.