Hi everyone,
Szenario:
I have two SharePoint Lists for my inventory. The "main" list displays my complete inventory. One column of this list, is a lookup column, to the second list, where I listed every single Item.
As an example I want to capture a new object. In the main list I now enter subjective properties, like condition or evaluation. With the help of the lookup column I tell which object it is and meta data like weight, category and image are "loaded" into the other list. (see graphic)
Technically, the lookup columns are only displayed, so PowerApps has its problems...
Question:
How can I display and work with the fields created by the lookup column in PowerApps?
As an example, I want to display the images of the element that is "connected" to the entry "connected" via LookUp in a gallery
Picture.Image = ThisItem. 'ItemID:Thumbnail
I always get the following error message:
This formula uses a range. This is currently not supported for evaluation.
I tried workaround with LookUp and Filterfunctions, but without success.
P.S.: It's not the image or something similar, simple text output like the category of the element will give the same error.
