Hello,
my problem is that I have a Sharepoint-List as my database.
It is built like:
Article-No (primary key) - Art.-Name - Customer - Plant - Picture
0815 - TESTER - A - 1 - XX
0816 - TESTER 2 - A, B - 2 - XX
0817 - TESTER 3 - B - 1, 2 - XX
The Fields "Customer" and "Plant" are Look-Up's with multiple option.
Now im trying to fill a power-App Galery with picture and Article No, Name and the Customer.
Picture, Name and No are not the problem but i can't fill the label with the information from the customer- Field.
The plant and the customer should be the filters (by a dropdown)
My code for the label was:
thisitem.'customer'.value
but this dowsn't work.... I tried it with concat(Table, 'customer', ",") but this also doesn't work...
for the dropdowns i tried it with followring code:
clearcollect(collectCust,{"All"}),
collect(ColletionCust,distinct(Table,'customer'.value))
Has enyone an idea ?
Thank you in advance.
BR
Dennis