-
Hi all, Is it possible to extract a document's unique identifier? For example, "m1m2314n12-mi10asdaj9z" for document 1 and "1hjjh13hi24-31inei2n1iu3" for document 2, which remains constant after the file is renamed. Is there such a thing? Appreciate some advice, |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Jun 1, 2022
Replies: 1 comment 1 reply
-
Use this: doc.xref_get_key(-1, "ID")
('array', '[<1C44DAC63F07DB41C78E466126F697FC><56BF67F3C1590EB93302B46E8C129E40>]') |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Don-Yin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this: