Multiple Assign: Can not assign ‘RegexAttachment(0).ToString.split("."c)(0)’ to ‘extractRegex’.
one exception handling seperatly
@Tharusha_Fernando Check your output by printing them RegexAttachment(0).ToString
1 Like
yes in case if those data is not available what should we put in exception in try catch or error handling part
First by checking the count of your RegexAttachment if more than 0 then u can apply your Split thing.
1 Like
Hi,
Can you run debug mode and check content of $exceptionDetails in Locals panel when exception occurs? It will helps you to solve this problem.
Regards,
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.