Saving sliders numeric value

I’m trying to get the numeric output of a slider to save when a button is clicked.

I’ve created a new data field called priority with a type of numeric range.

I’m creating a workflow so when the button is clicked priority = SliderInput A’s value.

However this is producing the following error: “Dynamic data must be printable as text, but instead this is a numeric range.”

Can anyone help?

Change priority in the dB to be an integer.

Change your slider to be simple and not a range. Just set your min/max/and step size accordingly!

image

1 Like

Nice one, changed from numeric range to number and it sorted it :smiley:

1 Like