Hi guys, Im having trouble patching image/photo/media to my share point. May I know which part that I need to change ? the error says:
The type of this argument 'Tech_pict does not match the expected type 'Record'. Found type
'Text'.
here is my code.
Patch(
'Exhibition Competition',
Defaults('Exhibition Competition'),
{
Title: "Exhibition Competition",
Tech_pict:AddMediaButton4.Media
}
);
Navigate(End);
I also inserted my share point column.

your assistance would be very appreciated. Thank you