Interface option in ping tab

i have RB1100X4 RouterOS 7.21.1 (stable)

When attempting to ping, I noticed that the [Interface] option is missing.
Is there a solution ?

See:

Hopefully MikroTik will implement something like this soon.

Hey! :waving_hand:
In RouterOS 7.21.1, the Interface option was removed from the ping tab in the GUI, but you can still ping via a specific interface using the terminal. For example:

ping 8.8.8.8 interface=ether1

Just replace ether1 with the interface you want.
This method works exactly like the old GUI option and is often more reliable for testing specific interfaces.

terminal also not showing interface

Thank you all.
I discovered I could use ip%ether2

but when i try to do this 8.8.8.8%pppoe-out1 in netwatch is not working what ever is the the type
any solution ?

ip%ether2

probably that is replacing the interface

working this method.