Hello,
I have a sharepoint list with multiple columns. I want to access an image (which is stored as URL in the list) in an image object. Unfortunately I can't get this to work somehow. For an image in a gallery I know how it works, but in this case I don't have a gallery but only the image object.
I have tried this so far, but it does not work. The filtering must look like this:
First(
Sort(
Filter(
'_APP_5S-Bewertung_L1_Bilder',
BewerteteAbteilung = Drop_Bewerter_Fertigungslinie_1.SelectedText.Value,
JJMMTT=(Drop_Bewerter_Jahr_1.SelectedText.Value*100)+Drop_Bewerter_Monat_1.SelectedText.Value,
!(Eigenbewertung="Abgestimmte Bewertung")
),
Eigenbewertung)
).Image1
The images are each stored as a column in the sharepoint list. Column name: Image1 etc.
Thanks in advance

Report
All responses (
Answers (