Hey @Drowe003! I think @MiguelOrtiz is pointing you in the right direction here.
Triggering a query with additionalScope
simply exposes a key-value pair that you can then reference within the query itself. In this case, that means referencing {{ file }}
. You will likely need to add a key of file
to the body of your query that is set equal to {{ file }}
.
I recommend checking out @victoria's post here on utilizing additionalScope
if you haven't seen it before! Let us know if you run into any other issues or have additional questions.