CSV extract doesn't display many-to-many relationship values

Hi Everyone,

Just wanted to check if it’s possible to pull many-to-many relationship values in the CSV extract.

I have a scenario where after logging in user selects/deselects topics of choice using multi-select checkboxes, which are being recorded fine in the database table ( I have a many-to-many relationship between “Users” and “Topics”)

But on extracting (pulling CSV) the “Users” DB table, it shows data for columns unique to the Users table but doesn’t show any data for relationships.

Anything I am missing?