My checkbox is insides my screen and i want to pass multiple checked data from screen to block, then display the checked data into block. Please i need help / suggestion on How to do it?
Hi @Jia Wen Loo ,
Here is the sample oml.
Regards,
Wasimkhan S
Thank you very much! I have solved my issue~~~
You can achieve it by adding an input parameter as Boolean datatype to the block and pass the value of checkbox to the block when the checkbox is clicked.
Thanks for replying me. But may i know how can i pass multiple checked data?
Appreciate if you can provide me an oml.
Change the input parameter datatype to Boolean List.
is it possible to pass the boolean list from screen 1 to screen 2's block? (screen 1 -> screen 2 -> screen 2 block) appreciate if you can provide the complete oml for this ?