WAIT: Counter element not working with jetengine dynamic data

Hey there!

I’m using jetengine and its datastore for various functionalities. I just wanted to change the static text to display a data store item count on the dashboard, to a counter element as i noticed, the element is not able to work with this data.

I used the macro like this: {je_macros: %store_count|datastore_example%}

This outputs the correct number perfectly fine in basic text, headings etc. but not in counter. It just gives out “NaN”.

Hi @bbua97 ,

Maybe the value is not stored or is unable to be accessed in the PHP life cycle.

May I know what is that Store type?

Regards,
Jenn