function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VicBKVicBK 

Edit a Connector query?

So I have the connector all set up and it's working great.  Problem I'm having is if I forget to add a collumn when I first walk through the wizard I don't l know how to edit the query.  I always have to start from scratch.

 

Anyone know how to edit a filter and/or add another collumn from the table without starting from scratch?  Thanks!

jroyaltyjroyalty
You just add the variable name at the end (Or insert it in the middle) of the variables and it should query it. The risk here is if you get the label wrong it won't work; you'll get an error in that case. Alternatively, you can redo the wizard with your existing query selected but when it asks if you want to "Overwrite existing Column names ?" select No -- then it will keep the previous set, and you can add new ones from there without having to redo the previous ones.