Replies: 1 comment 2 replies
-
Hi @ebmarquez - values with the same name are reused. Is this not the case for you? What's your workflow like where this doesn't happen? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to reuse the same value in multiple locations without having the type it for every instance it appears.
For example (template)
File name can be Personal/{{VALUE:State}}/{{VALUE:Address}}
in Capture format section include:
State::{{VALUE:State}}
Address::{VALUE:Address}}
I don't want to have to type the same entry again.
Beta Was this translation helpful? Give feedback.
All reactions