Use date value in a column as parameter

I am importing rows from a file and appending a date that is the same for every row. I would like to make this data value a parameter to include in a file name parameter so that I can standardize file naming conventions.

So something like {AS_OF_DATE} & '_' & {Other file name parameter} to look something like:

2021-01-31_THirdPartyName.xls

Thanks!

Hello,
When I want to use a value from a column as a parameter, I use a module.
In the module I use the module parameter and I use the column value to call the module.

Small sample:
Column-parameter.morph (2,6 Ko)

Create list of file name.

Iterate to call module with column as parameter.

Module have parameter.

In module set filename with module's parameter.

Florent,

Thank you for the sample! I was actually able to solve it a different way, but you have provoked some thoughts on how our company can use lists in much more complicated processes.

Thanks!