Query Library - Duplicate Shared queries, Transformer, JS queries

This is actually 3 different requests:

  1. Being able to duplicate a shared query; as of now, we can only duplicate "ours" queries
  2. Being able to add transformer to queries in the library; we have multiple queries that requires the same transformation based on our 3rd party API structure
  3. Being able to add Javascript queries; see them as reusable parameterizable logic
    • It would be even better to be able to call other queries from there
      • query1.trigger({additionalScope: {...}})
    • We have multiple queries that depend on other query output

All of this for the sake of maintainability of logic that we want to share among multiple apps

1 Like

Hi @rferland thanks for this feedback! Definitely makes sense :slightly_smiling_face: I'm sharing it internally as well

+1 for this

My mind was completely blown today that I can duplicate a private query but not a shared one. I've wanted this feature (duplicating a shared query -- all our queries are shared queries!) numerous times. Pleeeeeease.

Hey @kevinsplx,

Thanks for your +1 - I've shared your feedback internally. Currently, this request is in our backlog, so I don't have a timeline for when it will get prioritized.

If it does get picked up by our team, I'll share an update here

1 Like