Hello,
I'm building an app that is used as a cash bag tracker in my workplace. I've set up some dataverse tables for 'bags', 'bag_movements' and 'bag_locations'.
I've got one screen that logs the bag and the bag_movements table that is transactional and updates when the bag is scanned and changes locations. However, I can't put the concept of this into practice. The serial number field of the bag from the bag table that is related to the serial number field in my bag_movements is set to be a lookup field in dataverse. I'm trying to use this field from the bag_movements table in my form in PowerApps and populate the dropdown by using a barcode scanner. I can get the barcode scanner to work into a standard text/number field, but not a dropdown lookup field.
Any helpers with this please?
Thank you in advance!