For each row error?

I want to delete file by use For each row.

But now show error as below.

image

Please guide me for solve it.

Hi!

can we change the type argument of for each to String!

Have a view on this:

Regards,
NaNi

1 Like

It looks like you are iterating through a string, as appose to a list of directories. Can you show us the piece of code on the right hand side of the assign you have at the top?

Also can you show the properties panel of the For Each as well.

Many thanks,

1 Like

Hi @fairymemay

Make sure that your Dir_PathOutPut is of type string

And in for each item change the type argument as String!

Regards

2 Likes

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