Word automate

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

HI @shanti_18

in_config("InputFolder").ToString+"\"+CurrentItem.ToString

Regards

@shanti_18

Path.Combine(in_config("FolderPath"), currentItem)

@shanti_18
Assign activity:
configFilePath = Path.Combine(in_config, currentItem)