I currently have 600 images in a OneDrive folder. All of the images have the same file format:
lastname, FirstName.jpg
I would like to change the files names to:
FirstName LastName
I would also like to create a URI for each. So, remove the comma and jpg and reverse the first and last and create a URI.
I would like to place this in a sharepoint folder or list called URIimages with:
Column1 = ImageName (First Last)
Column2= ImageURI
The image I will lookup in powerapps based on the name and then display the URI rather than a URL which i can only get to work on android, not IOS.
I would appreciate any suggestons on how this may be done.