Hi all,
I've researched this for the past couple of days and cannot find a solution. I need to patch a 'Add Picture' field in my power to my sharepoint list column of type Image.
I've tried using this solution,
Patch(
Tooling_Transfer_List,
Defaults(Tooling_Transfer_List),
{
Job_Image: AddMediaButton1.Media
}
)
The error I keep getting is, "The argument expected type Record. Given type Text.
Is it possible to patch an image to a sp list? Most articles on this topic are a few years old.
Thank you for any feedback!