Hi All, I have a few fields that I need help with.
My Library:
- Picture (image field)
- Item Name (text field)
- Model Nr (text field)
When I export to google drive it creates a spreadsheet and I get 5 fields:
- Picture (something like file:///storage/emulated/0/memento/files/...jpg)
- Item Name
- Model Nr
- Picture.http (something like https://drive.google.com/a/,,,,,,)
- MEMENTO_ID (something like 1544552412839)
Picture.http seems to be a link of the image, but instead of the location on the phone, once it is uploaded to google drive, it is a url of that location.
MEMENTO_ID seems to be a unique id that memento uses, and it seems to be auto incrementing because if I quickly enter data, it is in sequence. But if I wait a while, there is a gap of missing numbers in the sequence.
I want to use these two fields in my custom scripts that I am creating for my library. Is there any way of retrieving this data? I messed with lib().entries() and entry().field('whatever') without any luck.