コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
828 ビュー

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
1841
1
4月 25
1377
3
9月 24
14336
0
9月 24
1389
0
5月 24
26