Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
822 มุมมอง

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.


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
พ.ค. 25
1831
1
เม.ย. 25
1369
one2one relational field แก้ไขแล้ว
3
ก.ย. 24
14313
0
ก.ย. 24
1387
0
พ.ค. 24
26