Problem with maximum values for GPIO on blynk2.0

Hello,
I’m using a ESP32 board. When I want to define a digital datastream in blynk2.0, for example GPIO26 or an analogic datastream, for example GPIO35 I can not. The maximum values are D13 and A3. See the image.
In my code I have a line like this:

int LED = 18; // Led GPIO 18

Any idea? Can I solve this by changing anything in the code?

Thanks a lot!

Same issue as flagged here:

and as you can see, it has yet to be resolved.

Personally, my advice would always be to use virtual datastreams anyway. More info on how to do that here:

As this is a duplicate of an issue that has already been raised, I’m going to close this topic so that things don’t get messy on the forum.

Pete.