Issue in file name

hi

i need help on Help on below query

for example

My bot is extracting report from SAP and saving file to folder with name but here having issues in file name as per config file name should be starts from GRIR(capital) but bot is taking name as grir(small)
kindly confirm is that issue with code or envoirnment?

hey,
you can convert file name with Tolower function
like that you can do it
image

if you want to keep in Upper then
you can write
item.tostring.ToUpper

thanks

Hey! Welcome to community!

You can use ToUpper

Filename.ToString.ToUpper

This will give you the Uppercase letters

Regards,
NaNi