Can someone kindly tell me what the Additional Scope field is for when defining a query? I'm trying to use it to set a default for some additional scope vars but can't seem to get it to work. Thanks!
Hey @DavidS,
This post here goes into the detail of additional scope , and it has a bunch of other posts linked to it which can be read for additional context.
Let me know if you need further guidance.
Thanks, @MiguelOrtiz! I’ve scanned the forums and documentation, but I couldn’t find anything clearly explaining what the “Additional Scope” field within query parameters is for.
For anyone else wondering, in the query’s “Additional Scope” field, you can enter additional scope variable names, e.g., someInputVar. Any variables listed here will then appear in the UI when creating events that trigger this query. This means you can still pass additional scope variables using the UI’s “Trigger Query” option, instead of the old method, which required running code and passing an additional scope object.