Hello Team ,
We are facing recently in production table is not found in Document doc object , below code we are using for finding table , It was working properly , suddenly it stop working ,
Can you please help on prio…...Text.Contains(tagKey)) { if (regex...(regex.IsMatch(table.Range.Text)) return table; } } return null;...