Hello,
I have a table that contains Web Page ID and Web Page HTML code
I need to find the ocurrance following paths
1. devaelearning-cdn/module1/dashboard
and
2. devaelearning-cdn/New
the first path can have module 1, module2, module3 ....... module8
Thanks
@tjamal1 can you provide a sample. You can potentially use regex to do this:
Sample can have other html code before and after these URls
@tjamal1
I tried with Append tool.
Hi @tjamal1 - My workflow counts ALL rows in the Document Text Input tool, which contain URL Strings from the second Text Input. If you want to count new URL Strings (like devaelearning-cdn/module3/dashboard/) you just need to add them in the Text Input tool.