@felix34, remove the brackets from the first line ie:
/interface/wireguard/peers
:foreach Id in=[find disabled=no] do={
:put [get $Id comment]
:put [get $Id last-handshake]
}
or:
:foreach Id in [/interface/wireguard/peers find disabled=no] do={
:put [get $Id comment]
:put [get $Id last-handshake]
}