Hello, I have a new concern regards on how I can put the “currentItem” in the in_config below, the in_config is the folder path for input file.
sample of currentItem is “Beautiful.docx”
the str_array contains list of .docx
Hello, I have a new concern regards on how I can put the “currentItem” in the in_config below, the in_config is the folder path for input file.
sample of currentItem is “Beautiful.docx”
the str_array contains list of .docx
Path.Combine(in_config("FolderPath"), currentItem)
@shanti_18
Assign activity:
configFilePath = Path.Combine(in_config, currentItem)