How to pass data got from a component into other component from parent page at run time

Actions & Logic

Hi All, i was looking for some heads-up on a scenario , where in i have say 2 components C1,C2 on a Page P1, as of now using Action parameter + Execute Callback on C1 component and Parent page Callback action on P1 able to get value bubble up to parent page like Integer , now i like to pass on that Integer to C2 whenever i get it from C1, not sure if got this working with available docs and other content, would anyone please help me on this 

Please note when i added a parameter C2 and tried to initialize via P1 but i am not able ot get dynamic /new value from C1

yes i am bit new here and trying my old programmer skills

thank you.

What have you tried so far?

Please note when i added a parameter C2 and tried to initialize via P1 but i am not able ot get dynamic /new value from C1

Tried to add action parameter to C2 bt not sure if that work sicne i need to pass down value from page to component at run time

tried few rebuild /update UI options but since value in component state not changed it did not do any good

Did you check FlutterFlow's Documentation for this topic?
Yes