I try to update just one column but the data of every jsonb column gets deleted.
module screenshot:
row before scenario execution:
row after scenario execution:
Why does this happen and how can I prevent it?
Thank you in advance for your help!
Best regards
Robert
Hey Robert,
this looks like a Make bug. The arrays are all empty in the module configuration and it seems like instead of ignoring them, the module is indeed sending empty arrays and deleting the data. I suggest messaging Support about this.
You can also verify this theory with the Make browser extension to check what exactly is being sent.
As a work around, you can try sending the existing data again to make sure it is retained.
Welcome to the Make community!
Try using the special variables ignore
or omit
in those fields. Select them from the variables panel or type them out like this:
e.g.: (paste this into the field)
{{ignore}}
{{omit}}
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.