How do I create a sheet that will open specific fields with a QR code?

I am needing to create a sheet that will allow multiple QR codes to scan and input data, such as employee name and what specific tool they are signing out for the day. The process I am looking for would be: the employee scans their unique QR code at the start of shift, then scans the QR code on the tools they need for that shift, this information would then auto populate in a smartsheet. Is this possible? At the end of shift they would do the same thing but the tool would be signed back in to the company toolbox.

Answers

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭

    Hi @aemacdowney

    I hope you're well and safe!

    Have you explored connecting the QR Code with forms instead?

    Is that an option?

    I hope that helps!

    Be safe, and have a fantastic week!

    Best,

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • kskarz
    kskarz ✭✭✭✭

    Hi @aemacdowney

    Yes, it's possible but will require building a small app to manage the QR codes and Smartsheet API.

    I had done something similar. In my case, I had an HTML form with a QR code that users would scan with a mobile phone and would enter the data that would update the Smartsheet. The data in the QR code would have all the information like the sheetID, rowID etc.


    In your case you would need a QR code that once scanned would require the user to scan the tools that they are using and send the data back to the server via API which would update the row for that user.

    The question is what are you going to use to scan the QR code and will the device have access to the internet?