Hello community,
I have a sharepoint site.
The images of signatures are saved on the SharePoint side via flow. The name of the images is e. g. 2021-03-24T21_24_35.0679061Z.jpg
Every time a new signature is saved, an ID is also created.I use this formula to display the ID last created.
First(
Sort(Unterschriftsbilder; ID; Descending)
).ID
But now I would like the image of the signature to be displayed in small in the app.
How can I do that?
Unfortunately, that doesn't work with the formula.
LookUp(Unterschriftsbilder;ID=Value(ID_der_Unterschrift.Text);Unterschriftsbilder.Title)
Thanks for the help.
Best regards
RoScha