I need to send a value to blynk app

If you want to know how to use virtual pins then start by reading this:

I guess you’ll use something like the Numeric Input widget to enter the value, then you’ll retrieve that value in the sketch using param.asInt(),

Pete.