Hi Community,
this is my first time trying to combine SQL Tables in PowerApps and I came across a strange "phenomena":
The idea is that the App would list Data from the "DowntimeSlaveData Table" while performing a LOOKUP of the "SlaveID" in the second Table ("WermaMaschinen") and then display the "WermaDescription" in the Gallery.
When testing the App I realized that it only works for SlaveID's < 11, for all Slave IDs >= 11 it gives me "no data to display"
Please review the attached Screenshots:
- 1 - PowerApp Gallery SlaveID greater 11: shows the issue ("keine Daten" = "no data")
- 2 - DowntimeSlaveData Table: shows the structure of the Table incl. the Slave ID's (where you see that SlaveIDs > "11" exist, e.g. "24" as an example)
- 3 - WermaMachineIDs: shows the additional information needed for the Lookup ("Decription") and you will see that also here SlaveID's > 11 exist. E.g. the Slave_ID "24" should give the result "147 Deco 20"
- 4 - Power App Gallery Slave ID smaller 11: shows that the exact same filtering code receives correct results for SlaveIDs < 11
As I said its my first kind of App interfacing directly with multiple SQL table so the issue might be on my side. I appreciate any help to find the bug
Thank you very much
Cheers,
Oli