Skip to Content
मेन्यू
This question has been flagged
1 Reply
797 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
3
मई 25
1764
1
अप्रैल 25
1299
3
सित॰ 24
14216
0
सित॰ 24
1378
0
मई 24
26