Skip to Content
Menu
This question has been flagged
1 Atsakyti
810 Rodiniai

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.


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



Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
3
geg. 25
1812
1
bal. 25
1348
3
rugs. 24
14240
0
rugs. 24
1381
0
geg. 24
26