-
Goal:
Iterate through a list of files from folder upload and trigger S3 upload queryl -
Steps:
Set up S3 upload query and verified that it works when passing the values directly to the query UI.
Tried to use the query by calling trigger following this doc: How to use additional scope (additionalScope) in your queries -
Details:
script:
to call query:
Error message:
-
Screenshots:
Hey there @chris-arena, and welcome to the forum!
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 {{ uploadFileName }}
and {{ uploadData }}
in your uploadFileQuery respective fields.
1 Like
Thank you! That works!
1 Like