Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
836 Prikazi

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
maj 25
1845
1
apr. 25
1379
3
sep. 24
14340
0
sep. 24
1390
0
maj 24
26