Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
820 Tampilan

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
Buang
Jawaban Terbai

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Mei 25
1831
1
Apr 25
1369
3
Sep 24
14311
0
Sep 24
1387
0
Mei 24
26