When i want to pass file path through config File but gives some error give mi solution how to pass it i have to pass hard coded to variable value its work it but i have to pass through config file give the solution


Hi @Deepika_Dhande

What was the error did you recived? Can you show us ?

Hi @Deepika_Dhande

Can you check the Assign activity LHS Variable type.

LHS -> YourString

RHS -> Directory.GetFiles(Config("ShareDriveOutputPath").ToString)

DataType of the YourString should be Array(String) String[]

Regards
Gokul

this error will sove but execute the process give some error

Hi @Deepika_Dhande

Check the Name in the config file it should be same as in the Flow?

same as the flow


image

sir, plz give the solution

Open the variables panel and change the type of File_path: it must be String() not String.