I am new to PowerApps but I found a solution for my problem which I though might be useful for others.
The scenario was uploading a picture to a ShaPoint Library and and the link to a SharePoint List and then creating a form to show the list with the picture.
I could not update the SharePoint Picture Column using PowerApps or Workflow.
Thus I updated a HyperLink Column, but Hyperlink Columns could not be directly shown as image on PowerApps.
The solution I found is:
The link to Picture Column items are different from Hyperlink column items.
It is the combination of:
- "appres://datasources/…/rows/"
- ID
- "/reference/https:%2F%2Fmsmanaged-na.azure-apim.net%2Fapim%2Fsharepointonline%..."
- SharePoint site (….sharepoint.com)
- "%25252fsites%25252f…Cloud%2F"
- GetFileContentByPath%3Fpath=…
- File Name
You can Show a Picture column in PowerApps as text and mimic the link
As I said I am a new user so please let me know if you have any comment or better solutions.
Thank you
Faramarz