Help with Action Button needed

following my logic above with this code
{
“button”:“Duplicate”,
“description”:"Duplicate record " + $CLIENTE.Nome,
“actions”:[“UpdateRecord”, “Obra_Empreendimento”, $id, {“Usina.Obra”: Obra_Empreendimento.id}]
}

It gives me an attribute error, saying that to retrieve all values from a column I should use Obra_Empreendiment.all.id

???

I don´t want to retrieve all values from that column. I just want the currecntly select card from the Obra_Empreendimento.

Also, when will you guys allow copying the error messages to post in the forum?