Binding dropzone in component to current item.data

Hi!

I have a datagrid with a component which opens actions the user can take. I want to create it as dynamical as possible so I can reuse it (testing use cases with components currently).

I have a dropzone in the component and I add text to the instance. I’m trying execute a variable change from workflows in this text, but as you can see I cant see it in the list.

I assume its like this by design - any ideas on workaround or if I’m doing something wrong?



Hey,
this is indeed by design that dropzone do not have access to internal context of the component (only the repeat context if the dropzone is repeated).
Your usecase will be cover by component actions (if what you wish is call an internal workflow of the component), it is currently in dev.
We also had in mind to have a local context pass to the dropzone, like Vue can do with slot variables, but this is not officially in the roadmap yet :).