Shopify Flow: Can I include staff name in message?

I made a simple Flow to send a message to Slack when a product status has changed:

{{product.handle}} > {{product.status}}

It works fine, but I’d love to add WHO made the change. I looked around the variables available to Flow, and I couldn’t find how to access the username/handle of the staff member that made the change and triggered the Flow.

Is this possible somehow?

Hi

I tried this and got ‘context" is invalid. Replace this variable.’

Is there a special syntax to include this variable?

Thanks