Skip to Content
Menu
This question has been flagged
1 Odpoveď
818 Zobrazenia

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
Zrušiť
Best Answer

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
máj 25
1829
1
apr 25
1366
3
sep 24
14294
0
sep 24
1383
0
máj 24
26