This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

v8 - Webdesigner - detect second time call to component

Hi Experts,

I have a situation in Web designer where component A calls component B and passes a collection to B. I need to detect (within B) if its the first time call or subsequent calls.

I have a local collection in B with a boolean property for FirstCall. I can set it to true in the initaliser, but is there some way to unset it when the component is invoked again?

Thanks

Kin