Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
803 Vistas

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
Descartar
Mejor respuesta

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
may 25
1768
1
abr 25
1302
3
sept 24
14227
0
sept 24
1379
0
may 24
26