This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Update nested fields in Deta Base #219
Answered
by
harshitsinghai77
harshitsinghai77
asked this question in
Help
-
Hey, Let's say I have a nested dict
If I need only to update fields inside settings like timer, what's the best way to go about this? I tried,
But it adds new fields to the user dict like
which is wrong. Do I need to first get the object, then align the settings correctly and then call update? |
Beta Was this translation helpful? Give feedback.
Answered by
harshitsinghai77
May 26, 2022
Replies: 1 comment
-
Nevermind. I did something like
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abdelhai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind.
I did something like