When I restart an element, I find that these rows get populated back but this specific column gets set to Not initialized. Is there a way to hardcode that to be 0 if it has no value?

Hi Samantha,
If you'd like to assign a specific value to that column when the element restarts, you can use an "After Startup" trigger paired with an Action and a QAction.
Within the QAction, you can explicitly set the column value—for example, resetting it to 0
if it's uninitialized. This ensures the desired default is applied every time the element starts.
More info: Use case: Internal flow – element startup | DataMiner Docs
Kind regards,
can you provide some context for this table please?
is this an SNMP table data source?
Or is this a custom filled column via other communication protocols or a self managed column? Thanks for clarifying.