Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
800 Widoki

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.


Awatar
Odrzuć
Najlepsza odpowiedź

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
maj 25
1765
1
kwi 25
1301
3
wrz 24
14227
0
wrz 24
1379
0
maj 24
26