İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
801 Görünümler

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
Vazgeç
En İyi Yanıt

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
May 25
1765
1
Nis 25
1301
3
Eyl 24
14227
0
Eyl 24
1379
0
May 24
26