...
Target Key is the key in Context which will contain the value which was entered in this field at the time the image was processed. You can then work with this value in Code where you access it with (.
This would be the code to acces the value if the target key is set to ‘input1’):
Code Block |
---|
context['operatorInput']['input1'] |
...