Hi,
Can anyone help me to get the regex for Filepath, Mailid and Password using matches activity? That too, input will be read from notepad file. I have tried with one workflow by displaying message box for filepath alone, but am getting only the empty message box…
I have given input in the notepad file as:
Path: C:\Users\abc.d01\Documents\Abc.xlsx
Mail Id: abc@gmail.com
Mail pswrd: abc@123
I have attached the workflow which I did, Sample.xaml (6.5 KB)
@srdjan.suc@AshwinS2
Thanks both of you.
I have an another doubt that should we need to use separate matches activity for each input(path,mail id and Password)?
And one more thing if I copy the same workflow or copy same activity to someother workflow it is showing something like “Unexpected expression” in message box activity and if I tried to assign the variable in message box like “FilePath(0).Value” it is showing error as “Method name expected”…so what might be the issue on this?
Even if I have created new variable, it is showing the “Method name expected” error and also while copying sequence to another workflow am getting “Unregistered expression editor” error…still am not getting about this issue…