How to get the size of several variables

Hello person, I need some help, how to get the size of this example below

Ano+“-” + unidade +“-” curso + “-”+ disciplina +“-” + Now.tostring(“dd-MM-yyyy HH:mm:ss”) + “.pdf”

Hi @Romario_Almeida

are you talking regarding the Length of the String ?

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi @Pratik_Wavhal

This, each variable comes with a string, I wanted to know the size of all of them together, I tried this below but without success.

Lenght_4

Hello,

You could assign that string concatenation to a variable and take the .Length of the variable.

Hi @Romario_Almeida

Below is the workflow for the same :-
MainPratik.xaml (7.3 KB)

image

Output :-
image

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi,
It worked Thanks for the help!

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