Hello, I have a question regarding service tasks. I have two text fields as input. In my code, I intended for one text field to receive the same value as the other text field. I defined two string input parameters, thinking that the text fields could be treated as strings. However, when I execute my process, it gets stuck and doesn’t give me the overridden value. Have I done something wrong?
Hello my friend!
I don’t know if I understood your question correctly my dear, but can you show us how you did it?
Generally something like this can be done:
stringText2 = stringText1;
William Robert Alves