Hi,
I'm trying to change a value of a sharepoint list (settings). The field is a True or False field (see picture):
I want to do this with a toggle field. So when the toggle is off this setting is false and when the toggle on then the value will change to true.
Hi,
I have tried anything but i can't get it to work. I used your code:
ForAll(
Gallery1.AllItems;
Patch(
Settings;
ThisRecord;
{UseAudioRecording: ThisRecord.Switch.Value}
)
)
But i get the following error:
"The Patch function has invalid arguments. The specified column UseAudiorecording does not exist"
I'll hope you can help me with that 🙂
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |