Hi Luciano,
In OutSystems variables are passed by value (except recordlist / list). Without further context is hard to give you a good tip but I'd suggest using either a RL or List with only a text attribute (or if it doesn't work a structure with onle a textfield) or try to use session variables to keep the calue across screens / webblocks (if inside the same module).
Cheers,
Guilherme
In OutSystems variables are passed by value (except recordlist / list). Without further context is hard to give you a good tip but I'd suggest using either a RL or List with only a text attribute (or if it doesn't work a structure with onle a textfield) or try to use session variables to keep the calue across screens / webblocks (if inside the same module).
Cheers,
Guilherme