Replies: 1 comment 1 reply
-
Like this? I setup as you described, and updated all the form fields on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have a database with a table Products and a table Categories. The products table contains a relationship column with the categories table (one product to many categories). Is it possible to add an options picker to the products form using the rows in the categories table as options and store them in the relationship column of the products table?
Beta Was this translation helpful? Give feedback.
All reactions