Auto-Populating Most Recently Scanned information

Currently, I have a table that will reference and populate Stock Numbers as soon as the associated QR is scanned, however, I have an ENUM column I also need to auto-populate based on the last/most recent scan but Iโ€™m not having any luck whatsoever.

0 4 121
4 REPLIES 4

Steve
Platinum 4
Platinum 4

What have you tried?

Iโ€™ve tried:

  • LOOKUP([On or Off], โ€œScanโ€, โ€œOn or Offโ€, โ€œOn or Offโ€)
  • LOOKUP([Scanned], โ€œScanโ€, โ€œScannedโ€, โ€œOn or Offโ€)
  • IF([Scanned] <> " ", [On or Off].[On or Off],
    ANY(SELECT(Scan[On or Off], ([Scanned] = [_THISROW].[Scanned])

I even created a sheet that is a mirror image of the main table โ€œScanโ€ google sheet, so I can try to reference but Iโ€™m not getting the result I need.

Youโ€™re using LOOKUP() incorrectly.

This isnโ€™t doing what you think it is. Read more:

https://community.appsheet.com/search?q=@steve%20quirk

This may help too.

Top Labels in this Space