I am hoping to scan a QR code with the barcode scanner that is encoded via base64. I thought I found an XPath function base64Decode
that might work, but I think that's possibly only available as an extension.
Short of creating a separate Android app to provide the scanning and decoding via an intent, are there other workaround that might allow for base64-decoding a value in ODK?