Howdy folks,
I've been wracking my brain over what should be a super simple problem all morning, and I'm a little over it at this point. Maybe one of you can help:
The Setup
Sharepoint List = 1 Row, 2 Columns
Column 2 = Multiline RichText
'Screen 1' Htmltext Box = Sharepoint List (Column 2) - - This part works fine
'Screen 2' RichTextField Button Updates Sharepoint List (Column 2) - - Button code is wrong
My Attempt:
After not having any luck with Patch, I found Update and gave it a shot. The below snippet doesn't return any errors EXCEPT the ID, and the following error is only given after I try to run it:
"The spficied column is generated by the server and can't be spcified"
If I remove it (shot in the dark there), I get "ID Field Required".
Screen 2 Button Code:
Update(MyList, First(Filter(MyList, Column1= "Title")), {ID:1, Column1: "Title", Column2: RichTextField.HtmlText})
I don't know what it's asking for, or if I'm even using the correct formula at this point.
Thanks in advance.
User | Count |
---|---|
142 | |
142 | |
76 | |
73 | |
71 |
User | Count |
---|---|
231 | |
167 | |
74 | |
67 | |
60 |