key-value field with nested json array

hi everyone , i have application i want to migrate the database of it to filamintphp , one of the coulmn is a settings coulmn with json multi-level array when i use KeyValue input field the sub arrays shown as [object Object] how i can convert these also into key values inputs? field example: { 'key1':'value', 'enabled_notifications':{ 'key1':'value' } }
No description
2 Replies
lucianosnchz
lucianosnchz7mo ago
do you find the solution? thanks
awcodes
awcodes7mo ago
KeyValue doesn’t understand nested key values. It’s a flat array. Sorry I don’t have a solution for you but what you are trying to do simply won’t work with a KeyValue field.