Hey there, I have a setup where you submit a form in one table, which includes a linked field to a products table, where the users can add one or more selections (in this case, the products they’re associated with). An automation copies the new entry, if a particular other field was filled out, to another table that also has a linked field to that same products table. What’s weird is that it works fine if the user only chooses one product in the form, but with more than one it throws an error “Field “Product” cannot accept the provided value: Cannot modify a computed field.”
What’s also strange is I don’t actually have a field or table named “Product” - they’re all “Products” - thoughts are appreciated!