ANGLEZ
(Antonio Gonzalez Sanchez)
June 8, 2017, 3:18pm
1
I’m trying to get content from a text area in an html form. I’ve defined an string array variable (is the only type accepted) to store this content, but when I execute the process, the system show me the following error:
This is the get textarea definition:
I’ll appreciate very much your help.
Thank you
1 Like
ddpadil
(Dilip)
June 8, 2017, 4:02pm
2
Define your output variable as just string not as string array.
ANGLEZ
(Antonio Gonzalez Sanchez)
June 8, 2017, 5:24pm
3
I tried to do it but I get this error
ddpadil
(Dilip)
June 9, 2017, 5:09am
4
This happens .
please remove the variable from value field come out and save and pass it again after second. it will accept.
ANGLEZ
(Antonio Gonzalez Sanchez)
June 9, 2017, 7:15am
5
Thank you @ddpadil your solution worked perfectly!
Why it happens like that? do we need to do trail and error every time?
1 Like