UFM for Slider value in List/Collection View?

I’m upgrading a v13 site that displays a Slider value in a ListView.

Now, in v17 I can’t get it to show anything else but [Object object]

{= value } or ${ value } gives me [Object object], but any attempt to get value.length, value[0] or even value.value (who knows?) just renders nothing…

Any pointers to something that works would be nice…

Thanks :raising_hands:
/Chriztian

Hi @greystate

You can log the output to the console to see what values it contains and work out what the expression should be. See:

Another thread that may be useful here:

Do any of these help?

Justin

Thanks @justin-nevitech :+1:

I did have a look at the second one, but my problem is that in the Collection View, you get a value, so I’d assume that I could get the values from that somehow; but I haven’t yet been successful :frowning:

I also really didn’t expect to have to install a third party package, to be able to figure this out, but that might be my only way forward right now. Was hoping someone else had experienced the same thing, upgrading from v13 to v17.

/Chriztian