跳至內容
選單
此問題已被標幟
1 回覆
829 瀏覽次數

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()



頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
5月 25
1844
1
4月 25
1377
3
9月 24
14338
0
9月 24
1389
0
5月 24
26