My scanned barcode is encrypted, when save into spreedsheet, how can I see the real value.

Hi, 

I have an app that collect scanned barcode, the barcode is encrypted. I have the python script to decrypt. How can I see the actual value on spreedsheet.

hellomotto_1-1700126005920.png

Thanks in advance!

0 2 112
2 REPLIES 2

Sounds like a job for an Appscript Task!

You will have to convert your python script to Appscript (Javascript).

When the user scans the code and saves the form, you can use a bot to pass the encrypted value to Appscript Task and let the task return the unencrypted value back to the bot.

Thank you @scott192 Will try to do this. 

Top Labels in this Space