Bug Developer Tool Doesnt show all Properties

I’m missing a runtime property in developer tool (or im blind). What might be the issue?

I’m looking for the property “Konflikt”



Hi, I can’t find it in your screenshots :man_with_probing_cane: :

Are you using Konflikt in your app?
Create will only load properties that are in use, to save bandwidth and processing power, which means they won’t show in DevTools if not in use.

You can read more about this on the information icon or here :smile:

Thanks! Did not know this.
It was in use in several actions, but did not show in devtool until I displayed it in a component in the app.

Should it not be visible in dev tool when it is used in actions? It is a property that should not be visible in the app, but I need to see it in devtool to make sure my actions function properly

My workaround is to just to add Log To Console-action node and databind the property. Does not matter if the property is in context or selected either. That trick usually makes the property show in DevTools :wink:

// Erik