Hi All,
I've just now started with reactive web, How do I pass a value from my parent page to web block in reactive web?
Hi Kavya,
Blocks can have input params, you can add them as follows:
kavya anbazagan wrote:
Add a input parameter in your webblock. Then set the value in Parent page where you are using the webblock.
Sourav Pasari wrote:
Thanks Sourav