Hi all,
I have two blocks (ex. block A and block B) and need to pass values from Block A to Block B by Event via input Parameters to show some values into our OutSystems widgets. So, how can I achieve this?
Please find the image that event looks like,
Hello Chiranjeevi, Give a look at the following link:
Best regards,
Ana
Hi @Chiranjeevi B ,
If you want to pass value from Block A to Block B.Create local variables(like IsContainer or ProductId) and pass the variables to Block B.Then Assign/change the those variable at event handler of Block A. which you are passing to Block B it will update the Block B.Based on value passed from Block A.RegardsKrishnanand Pathak
Hi!
In the parent screen , the action that handles event "Next" must update the varibles that are used as parameters values to BlockB. The BlockB must a action for the event "OnParametersChanged" that reacts to the new parameters values.
Hope this helps
Graça