Is there any way to save, or insert or set a field value of a reference field into a DB without getting a “reference is broken” error? The simplest DB moves are head scratchers in Corvid…
I’ve been looking around the forum, playing around with code ideas, and… zip.
Right now I have this:
$w(‘#submitReviews’).setFieldValues({
drinkID: $w(‘#drinkList’).value,
rating: $w(‘#starRating’).value,
recommends: $w(‘#switch1’).value
});
});
Thanks in advance for any help!