Hello to all!
I used Matches Activity. Specified the following line: Act\s№\K(\d+).
And received an error:
System.ArgumentException \K not recognised sequence
Tested the sequence on: https://regex101.com/
everything is ok there.
Can anyone say what is wrong with this \K
Thank!!
Hi @9cfeb88668c8daa986c7
I’m not 100% sure that this will work. Just a hunch…
Instead of the single slash, try giving “\\”…
Let me know how it goes…
Hi @9cfeb88668c8daa986c7 !
.NET doesn’t support \K so you need to make new pattern without \K.
Hope this helps! 
3 Likes
'm sorry. Passed the first iteration, fell on the next. I will test I will unsubscribe.
1 Like
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.