Hello,
So we are doing a page in where the created contact will be stored in a Contact Table in the database and that created contact will have a relation since they’ll probably have multiple phone number that is stored in the other table(Phone Table), same thing with their multiple emails, links, and custom fields, and also the relation to a state.
All the relations were working fine before we decided that the address will have it’s own table in the database and the relation for state will now be under the Address so the process will now is when a contact is created and it has multiple address, then the Contact will have the Address relation and under that relation, the state will be also there as relation to the State Table.
The first two images in this part is the one we are using at first before and it was working properly but when we added the blocks in the 3rd picture, thing’s didn’t go well. We just wanted that after setting a relation for the Address in the 3rd picture, and after that, it will be also related to the state that is also shown in the 3rd picture but somehow it is not showing up in the database but it is pulling up the information’s in the console.
This pictures were the logic we are trying but it is not working and it is showing errors
Can you tell us what is wrong with this?
Thank you!
Regards,
Marjorie