@ppr Do you use the File.ReadAllLines(strPath) inside the assign activity? U’m getting errors. Could you kindly upload the workflow where you captured the screenshot from? Thanks
@ppr That fixed the issue, but how can format it to have that single quote them.
They must be formatted like this:
‘12-22-22-22-22’,‘22-33-3-66-67’,‘45-66-43b6-77-88’,‘66-3d8f-tt-77-77’,‘66-3-3-44-44’
@ppr Sorry I didnt share the error detail earlier. It seems it has to do with the " usage but I’m not too sure. Below is excatly how I had it in the expression editor:
String.Join(“,”,strArry.Select(Function(x)“'” & x & “'” ))
Unfortunately we a running in a longer ping-pong communication, things were cleared much early.
Delete the statement and retype it carefully again
Ensure the correct " and '
ensure also the correct usage of variables
We cannot see the reason why immediate panel is not used. But when the issue is again occuring then at least debug and check which of the two write text file is failing