Hello. I have an error in JSON_TO_STRUCT when trying to get JSON from string: 'Check application name in GPL_JSON.APPLICATION_NAME'. But I didn't change my application name, it's still "Application". What's wrong?
I need to perform some actions when creating an FB instance (pass a reference to the created instance to another FB - something like Dependency Injection). I found FB_Init and {attribute 'call_after_init'}, but in both cases, the added code when creating the FB (declared in the visualization var and created, as I understand it, along with it) is not executed. Why?
π how simple. I should have guessed. Thanks!
Hello. How can I change order of columns binded to FB properties in table element? If columns binded to variables then there's an order ov declaration but properties are in alphabetical order in project tree and there's no way to change their order. And what if I want some property will be before variable?