For other blocks it snapped together but only these both aren't snapping with each other.


The two types of blocks are different use a "evaluate but ingnore result block"

Or make your connection a variable, This would booth connect it and set the variable to the address

.
The value returned by that block tells you if the connection attempt succeeded.
So you would typically use it in an if/then block, announcing success or failure of the connection attempt.
Thank you so much. It worked.
1 Like
But ABG was correct, it does not retern the address it returns connection success True or False.