Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 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 ...
Former Member
5 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 ;) )