03-07-2023 08:48 PM
I would like to pass the pipeline parameter as _clearbit_region to S3 file name. It will be dynamic.
how should we pass the parameter in filename?
Any help would be appreciated
Thanks
Solved! Go to Solution.
03-07-2023 10:15 PM
Hi @sravankunadi ,
You should enable expression language by clicking on the “=” below File name and put everything between “” except the pipelie parameter. It should look like this:
“alization/System_Integrations/marketoleads” + _clearbit_region + “.o…”
Regards
Jens
03-07-2023 10:15 PM
Hi @sravankunadi ,
You should enable expression language by clicking on the “=” below File name and put everything between “” except the pipelie parameter. It should look like this:
“alization/System_Integrations/marketoleads” + _clearbit_region + “.o…”
Regards
Jens
03-08-2023 05:13 AM
**Below example is their try that way ** :Enable ‘=’ option and try below example
Example:“S3:///snaplogic-only@s3.us-east-1.amazonaws.com/AsanaUAT/Asana - Marketing/Data_Centralization/System_Integrations /marketoleads”+_clearbit_region+“.csv”