Can we get the document id by document name ?
Please help
Discussion posts and replies are publicly visible
Hi Dharsana (dharsanag39) -
One way you could do this would be to create a docId-to-name reference table in the relational database.
Accordingly, there are some caveats:
Review documentation on the document() function here. This function requires a docId to retrieve a document.