Incorrect File Path

Can someone explain how the syntax isn’t right? I used this for a previous project and it worked fine?

1 Like

Filename is string here in this case as it is quoted , you must have passed filename as other variable in previous project

@Stabbathehut Remove in default value and use in assign activity as shown below

Assign ImageFolderPath = Directory.GetFiles(“your path“,”*.jpg”)

1 Like

Try to rewrite sentence, save, close and open again…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.