I have a tags object that has array for different tag types which contains a list of table references to my tags database.
eg. tags.personality_features: [{tag_id:1},{tag_id:2}]
I'm struggling to post the object via an endpoint. What happens is the input ends up as tags_personality_features
in Xano:
What am I doing wrong?