My question is a variation on this one, but it's different enough that I didn't want to tack on to it. I think the answer should be very similar though:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Get-image-from-Sharepoint-list-or-library-and-show-the-picture/td-p/471561
It's an order app. The user enters various pieces of information, and when it's submitted it's written to a list. In one section, however, there's peninput for a signature, with the image being written to a library. That all works.
However, in the app when you go back into an existing order, how do I display the corresponding signature using an Image control?
I take it from the above thread that 'Lookup' is used, so I created the Thumbnail field in the library as mentioned. And, of course, I know the name of the library. But the 'condition' part of it is a mystery to me, since you're not actually "selecting" anything in this context (unlike the above thread). So, I'm not sure what the line should be.
LookUp(
ImgLibrary,
condition...?,
'Thumbnail ({Thumbnail})'.Large
)