Maybe I repeat a topic or question, but I could not find the working answer in the forum.
I understand that loading a popup works asynchronously so when binding a parameter to a label it is not always shown.
What is the correct way to make sure that the binding shows the value even when they load in different order?
can you show us your setup?
I can't say I have experienced the parameters not rendering in bindings like this before.
How are you calling it (Button Click, other script, etc.)?
What does the binding look like on the label side?
Is there a chance you're passing a null value to the popup when you invoke it?
I have seen issues when using PARAMS as type array. As far as I know this is still a bug in the latest release. As previously stated, you should include more details.