Skip to main content

Super newbie question, but hoping someone can help!


I have a table with about 15 fields. I would like two of these fields (full name and email) to be synced to a DIFFERENT table, so I can easily export to CSV these two fields ONLY for email newsletters. What is the easiest way to do this? Thank you!!

Welcome to the community, @GarrisonHale_Garriso!


You don’t need a different table, you just need a different view.


Simply create a new view, and hide all the fields that you don’t want to see.


Then, you can export your CSV file from there!



issue got solved thankyou so much!!


Reply