I’ve two data types
1 ) Task
This data type has field that is called “Payment” and is connected to another data type called with the same name
2 ) Payments
This data type has field called “Task” and is connected to the “Task” data type
The logic is that each task can have more than one payment associated.
When I “create” a new “Payment” I don’t see this as a record inside the data type “Task”.
What I’m missing?
Thank you