How to convert lowercase text on input into uppercase text on output?

Hello all,

As the topic suggest. I’m trying to convert some text I received through a CSV from lowercase text to uppercase text on a Type Into output activity.

Is this possible?

Thank you.

Yes this is possible and quite straightforward.

Assuming the text that you want to convert is store in variable named var_String of type string, use the following.

var_String.ToUpper

Happy Automating!

@JayBee

Check as below

YourString.ToUpper

Thanks

Hi Both,

Thank you for your help!

Was exactly what I was after.

Thank you both.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.