Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
826 Visualizações

Hello, I would like to know how, through an automated action, I could convert a field to uppercase and have it saved this way in the database.


Avatar
Cancelar
Melhor resposta

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

record['x_studio_name'] = str(record.name).upper()



Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
mai. 25
1840
1
abr. 25
1373
3
set. 24
14334
0
set. 24
1389
0
mai. 24
26