
Announcements
1. I have a List and a Library
2. I have a Gallery with an Image Control
3. The Gallery is getting data from the List based on a the 'Name' chosen in the Dropdown
4. The Image is coming from the Library and is based on the same 'Name' chosen in the Dropdown
5. There is a Patch that updates any edited data in the Gallery to the List base on the ID of the item in the List
6. There is also an upload of a new image during updates (Patch). Because the 'Name' (the exact 'Name') may appear several times in the Gallery I cannot update (the actual need is to overwrite) the exact 'Image' during the update, the same way the data is being updated in the List based on it's 'ID'. How do I write a condition that will pull the 'ID' from the Library associated with the 'Name' in the Library, so that the update (Patch) overwrites the exact image associated with the 'Name' chosen in the Dropdown at the time
Hi @Shag-X :
Sorry I can not understand your requirement.Could you provide more details?
If you want to use a more precise way to refer to the files in the library, I suggest you do not use Name but directly use ID.
Best Regards,
Bof