Perspective: Equivalent to Vision's 'componentRunning' property change

I’m struggling to get scripts that need to run once a component has loaded to run, I think they’re running before the component is fully loaded and so the properties I update in the scripts aren’t actually being written…
I have a flex repeater whose dataset is created by the script which should be run when the component is loaded, but the flex just ends up being blank. The flex repeater is within a tab container, and when I tab out and back in, the dataset then gets populated. What is the proper way to execute a script on startup of the component once it’s fully loaded and ready to accept changes to its props?

1 Like