Hey @Mths_Teixeira,
This is what I would normally do
The PageLoaded variable is boolean, and goes in the output of Element Exists. Set the timeout to 500 milliseconds, and it will check every half a second to see if the element is there.
There are probably more elegant solutions, but this works for me