OKay, as pointed by @JackD'Aurizio, that we have to first check whether the given sequence converges or not. But I have no idea for how to check that? (Please answer in elementary terms)
One way to prove convergence is through fixed point iteration (There are other ways using Shell's and Baker-Rippon's Theorems as well).
We iterate the function:
$$g_c(z)=c^z$$
Using the principal branch of complex exponentiation for $c=i$, it becomes:
$$g_i(z)=i^z=\exp(\ln(i)\cdot z)$$
Solving the equation $g_i(z)=z$, there are infinitely many fixed points of $g_i(z)$ given by:
$$z_k=\frac{W(k,-\ln(i))}{-\ln(i)},\,\,k\in\mathbb{Z}$$
If we check the derivative at the fixed points, we get:
$$|g_i'(z_k)|=|-W(k,-\ln(i))|,\,\,k\in\mathbb{Z}$$
For $k=0$ we get:
$$|g_i'(z_0)|=|-W(-\ln(i))|=\left|-W\left(-\frac{i\pi}{2}\right)\right|\doteq 0.8915\lt 1$$
Therefore the iterates of $g_i(z)$ as defined converge to the limit:
$$h(i)=\frac{W(-\ln(i))}{-\ln(i)}=\frac{2iW(-\pi i/2)}{\pi}\doteq 0.43828+0.36059 i$$
Small addendum (after @mercio's question)
For the iterated exponential sequence $\{c,c^c,c^{c^c},\ldots\}$ we use the following notation, using the principal branch of the complex $\log$ map:
$${^n}c =
\begin{cases}
c, & \text{if $n=1$} \\
c^{^{n-1}c}=\exp(\ln(c)\cdot ^{n-1}c), & \text{if $n>1$}
\end{cases}
$$
When examining convergence of sequences of the form: $\{{^n}c\}$, $n\in \mathbb{N}$, it is more convenient to examine convergence of the iterates of $g_c(z)=c^z=\exp(\ln(c)\cdot z)$ instead, i.e. the iterates $g_c^{(n)}(z)$, $n\in \mathbb{N}$: $\{c^z,c^{c^z},c^{c^{c^z}},\ldots\}$, with:
$$g_c^{(n)}(z) =
\begin{cases}
c^z, & \text{if $n=1$} \\
g_c(g_c^{(n-1)}(z)), & \text{if $n>1$}
\end{cases}
$$
in order to be able to apply fixed point iteration.
Using the above definitions it follows that the sequence $\{{^n}c\}$ converges if and only if the sequence $\{g_c^{(n)}(1)\}$ does and the limits (if they exist) are going to be the same (by definition), i.e.:
$${^n}c=g_c^{(n)}(1)\Rightarrow$$
$$\lim\limits_{n\to\infty}{^n}c=\lim\limits_{n\to\infty}g_c^{(n)}(1)$$.
Summarizing:
From fixed point iteration we now know that:
$$\lim\limits_{n\to\infty}g_c^{(n)}(z)=h(c),\,\,\,\text{(for all $c,z$ in the basin of attraction)}$$
We also know that $z=1$ is a super-attractor:
$$|-W(-\ln(1))|=0<1,\,\,\text{(1 belongs to the basin of attraction)}$$
Consequently, afortiori:
$$\lim\limits_{n\to\infty}{^n}i=\lim\limits_{n\to\infty}g_i^{(n)}(1)=h(i)$$