I’m not able to access an editor field in the code of an action of the plugin I’m developing
Here is my plugin code, it works perfectly, but I will add a new action, which is an action executed through a workflow, but I can’t get the value of the “element_id” field in the action code “move_back”
You cannot use element properties into action. You need to use action properties
You can however pass the element properties into instance.data and call it using instance in the action