Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Anonymous
4 years ago[32] Set value from other variable / assignment
The simple use case is to copy one value somewhere else.
Let's say I have an Item as follow
MyItem
- oldSection
- a_var=value
For the basic "copy.paste" use case, I would ...
Anonymous
4 years agoHi @eddy_1P ,
Thanks for helping out. It does not work since I am calling the op command from a python script (as a subprocess) and I do not have access to the command shell $().
-> It ends out writing the string $(op item get MyItem --field a_var) in the item, as value for my field (which makes sense ;) )