Is it possible to scan more than one QR code in one form?

Привет! У меня есть такая задача. Я делаю приложение для инвентаризации оборудования в театральной обстановке. Каждый день разные люди ходят и сверлят мое оборудование и иногда оно не возвращается. Решил сделать приложение для сбора своего оборудования. Для каждого оборудования у меня есть свой QR-код. Я создал форму для выдачи снаряжения. Но я столкнулся с одной проблемой. Выдаю много снаряжения, и хочу иметь возможность сканировать сразу много снаряжения в одну форму. Теперь у меня получается, что я могу сканировать только одно устройство. Как мне это сделать и есть ли такая возможность сканировать не одно устройство в одной форме, а много устройств в одной форме.Спасибо, если вы можете мне помочь!

0 2 111
2 REPLIES 2

Hi Mihail, Sorry but I can't speak or read Russian.

Anyhow, If I understand it right, you would like to scan several QR's into a form.

A simple way (with fixed amount of codes to scan per form) is to add n columns in a row of the table each of which is scannable. By marking them as not required you will allow up to n QR codes scanned in a form.

Otherwise, a more elegant but only slightly trickier solution is to have two tables. One with the forms and a different one with the QR's scanned

In the first table (the form) you add a column with its id, (let's call it form_ID) whith an expression Uniqueid() in it (can be either as initial value or as a App Formula.

At the second table (the QR's one) you have two columns, the first one is form, that has a reference to the first table, this column can be hidden. The second column is the QR, visible and scannable.

Hope that this works.

 

Для второй части предыдущего ответа может быть полезно вот это 

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Don-t-clear-data-in-inputs-after-clicking-Submi...

 

 

Top Labels in this Space