Hello All,
Below attached HTML format data will change on dynamically, i am trying to read the data from HTML script, my workflow is not filtering the data dynamically. Kindly help me
Regards,
Navin K
Solved! Go to Solution.
This is the same as your other post right? I already replied there.
My suggestion is that you transpose the data to a name and value field, parse the value field with text to rows and \n delimiter and then use the regex I provided to extract the data from the html.
Example workflow attached
@DavidP Thanks a lot David for your help.