Hi. I'm trying to make an app for inventory ...

Hi.

I’m trying to make an app for inventory plus order capture, referring to the sample apps offered by AppSheet. Now what I want to do is that…

  1. scanning a bar-code in a certain view of my app

  2. and finding the row including the same bar-code number in the inventory table.

Is there any possible way for it, something like referencing & dereferencing with two tables or another?

Thanks

0 2 351
2 REPLIES 2

If it’s unique and you don’t need references, you can read it’s values like LOOKUP([_THISROW].[BarCode],CertainView,BarCode,ColumnName)

@Aleksi_Alkio Thank you so much, it will be a good help

Top Labels in this Space