I’m trying to understand how a two-way relationship between databases works.
I have two databases: Retailer and Deal
A deal belongs to a retailer, but a retailer could have many deals.
Here’s how I set up my database:
In my workflow, I’m creating a new “Deal” and allocated all the fields to the Deal database.
After submitting a few samples forms, I noticed that the Retailer’s name is successfully added to the Deal database. Given the two-way relationship that I setup I expected the deal to also be added to the list of deals in the Retailer database but that has not happened.
Am I missing something? Should I add something in my workflow?
Thanks in advance