Zigbee2Mqtt dimmer -> wifi bulb brightness

Hello,
I have a zigbee knob (Knob link) connected to my system with Zigbee2MQTT and I want to dim a WIFI light with it.

It's set up and I have a Zigbee2mqtt node in Node-Red with a debug node
and when i turn the knob, i can see the data in the debug and within the data (msg.payload: Object) i see the brightness

but, I cannot figure out how to make the actual (wifi) light brightness change to that number from the msg.payload object
action node: Home Assistant Entity (see below)

gives this error:

I have some programming experience from the 1990's but i'm no Javascript wizard, however some of the things I've tried keeps sounding like this msg.payload is an "object" and these nodes don't seem to like that

i've tried json node and changed node

I've found people controlling zigbee lights with zigbee controllers with MQTT via both sides, but my light is wifi and isn't controlled via MQTT that i'm aware, just as an Home Assistant Entity

Any hints to what I need to take this msg.payload (data?) and have my light react to the brightness (value?) in the payload?

show us what the debug from the knob looks like. I'm guessing it will be payload.something rather than just payload