Hi i have a pages that use Custom property's for DB query's. The query happens immediately when the page is opened but always fails because the custom property's are null and have not yet been updated.
I thought if the property's were passed in from the previous page this would work but it does not if the custom property's are also linked to PLC tags.
I'm assuming this is Perspective?
Sounds like you have:
- Custom prop with a query binding
- Query has parameters which are being passed in values from other custom props
- The custom props are bound to tags
You mentioned properties passed in from another page - are you passing in a value or a tag path?
It would help if you shared some screenshots of your configuration.