Hi,
Has someone found a way to send many-to-many strings to a custom action?
Long story short:
People can order their juice, then they can choose add-ons. But I cannot send the selected add-ons list to Square in a custom action because the many-to-many relationship “add-on <–> orders” doesn’t get the add-on’s Name.
I’ve tried creating one-to-many relationship with a new collection called “order add-ons” but the problem there is that if a user deselects an add-on, then I cannot find which add on to delete from the order.
If there’s a clever alternative way to solve this that would also work
thank you