I would like to use this stored value as a default-value in a checkboxes-formfield. How do I do that?
Another way is using the "Dynamic selections" in the Checkboxes advanced settings!
Regards, Hans
The issue occurs when an array stored as a JSON-like string in a database field is not properly decoded for use as default values in a form.
Enable the "Populate fields" setting in the Read Data action and name the form field to match your database model and column. Then, set the field to JSON decode in the Read Data "Special fields" advanced settings. Alternatively, use the "Dynamic selections" option in the Checkboxes advanced settings.