Repeater relationship select
Hello. I've got a PurchaseOrder resource which has a repeater for
items
. I want to add a select to show all current Products from the database that exist with the ability to add a new product if the user doesn't find the one they're looking for. I know that functionality exists for relationship selects, but how can I implement something similar if there's no relationship (since it's a JSON field).
Here's the repeater:
On the products table, I've got a reference, name, and inventory field.0 Replies