The DMA doesn’t display values for some params that have been initialized. However the values appear on the low code app so that means that they are saved in the background. I suspect that the DMA can have trouble while retrieving data for some params from the DataMiner storage.
Yes I did that and I also restarted the element and nothing changed. The values randomly appeared half an hour after restart, but right after they went back to "Not initialized".
Could you verify if there’s any action or logic associated with those parameters, such as a "clear on display" type action, that might be clearing the data in the UI?
More info:
I haven't defined any actions on this param. These are all the actions in my connector solution.
<Actions>
<Action id="1">
<Name>After Startup Group</Name>
<On id="2">group</On>
<Type>execute next</Type>
</Action>
<Action id="2">
<Name>After Startup QAction</Name>
<On id="2">parameter</On>
<Type>run actions</Type>
</Action>
</Actions>
I ran out of ideas 😛
I had a similar issue in the past where new parameters I added to a connector didn’t show up in the UI (or appeared as "Not Initialized," I don’t remember exactly). I had to close and reopen the element’s tab, and then it started working.
Have you tried doing that?