So this Sharepoint is populating one of the Option columns with an Excel table and I'm trying it to get it to save whatever you pick for the Excel column into the Sharepoint List (I know an option would be a Text column but that's not working for me, want to try if the Option column fixes my troubles).
How would you use the Patch function for this? I've been trying it like that, to no avail:
Patch(SharePointForm1;Defaults(SharePointForm1); {OptionColumn: Dropdown.Selected.Value})
An error shows up: Unvalid argument (Control) a Table one was expected.
The excel is displaying all items, so no issue there. Problem is getting it to save actually to the SHarepoint
Appreciate your help in advance!