how to create an output parameter in a webscreen?
Hi Varthi,
That is not possible.
Regards,
Daniel
You have not option to provide output parameter from Screen,
Output parameter retrun from Server action.
You can retrun output from webBlock to screen by event.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Reuse_UI/Pass_Data_Between_Blocks
https://www.outsystems.com/learn/lesson/1902/block-events/?LearningPathId=18
Regards
Rahul Sahu
Hi,
maybe this example from OutSystems Documentation, can helps you... and in special this:
Cheers
Thank you all.It is helpful