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.