IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

[BUG] Data pipe merge operator doesn't handle nested lists #2343

Closed esmeetewinkel closed 9 hours ago

esmeetewinkel commented 1 week ago

https://github.com/IDEMSInternational/open-app-builder/issues/2341 also suggests the existence of another possible issue to do with applying the merge operator to data lists that contain nested JSON data. I think it is sensible to handle this case as a follow-up if it does persist after applying the changes of this PR. In that case, a new debug sheet that exhibits the broken behaviour would be required.

Debug sheet: example_data_pipe_merge_nested which merges a data list with a translatable column (which is nested as .json) image

with another data list. Syncing this gives the error: image

Originally posted by @esmeetewinkel in https://github.com/IDEMSInternational/open-app-builder/issues/2342#issuecomment-2188756018