Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
802 Zobrazení

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šit
Nejlepší odpověď

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šit
Related Posts Odpovědi Zobrazení Aktivita
3
kvě 25
1765
1
dub 25
1301
3
zář 24
14227
0
zář 24
1379
0
kvě 24
26