QR Scanner Help

Hello,
I would really like to use the scanner function on the mobile app to populate rows of timesheet on googlesheets for common tasks. My initial thought was a unique barcode would run a specific resource query populating a line of the sheet, but I have no idea how to go about that, if its even possible? I can obviously fire a single resource query when a code is scanned, but not be selective about the scans
Thanks in advance

Hi @theandy! This should be doable :slightly_smiling_face:

You can made each query conditional based off of the scanner component's properties. For example, I have a scanner that only triggers query1 if the barcode value evaluates to 'hello world.' Otherwise, nothing will trigger.

Alternatively, you could trigger the same query every time & reference the scanner data in your query to determine the output:

1 Like

Apologies for slow reply, Yes that works perfectly thank you