Hi there
I am trying to patch a sharepoint list called PMO_RPT_01 with an image from an Add Picture input box, called AddMediaButton1, based on a selection from a gallery called ProjectSelectGallery, to a sharepoint list column called Project_Key_Risks. I have a button with the following formula :
Patch(PMO_RPT_01, ProjectSelectGallery.Selected,{Project_Key_Risks: AddMediaButton1.Media})
This returns an error "The type of this argument 'Project_Key_Risks' does not match the expected type 'Record'. Found type 'Text'.
I have checked the sharepoint list column is set to image type.
Does anybody have any ideas?
Kind regards
A