Hello,
I'm struggling with recording from Power App a generic hyperlink "https:...." in a Sharepoint List (SharepoinList) column (Photo) of hyperlink type with the Url Image format.
It instead works if I change the Url format of Photo in hyperlink, but doing so I don't see anymore the image in the Sharepoint List.
The command I use is:
Patch(SharepointList;{Photo:"https:.....")})
and when Photo is in the Url Image format it returns an error like (translation) "the specified column is generated by the server and cannot be specified".
I searched for thread and found something that sounded like this but was not the case.
Is it maybe the Url Image format different and do I have to make a sort of Subsititute?
Or should I do sort of changing through PowerAutomate before the column format, writing, and then changing it again (it sounds a lot of effort for such an easy task)?
Any help would be very much appreciated.
R.