SOLVED
Read data from HTML script
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NiranjanK1
8 - Asteroid
04-01-2020
04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
3 REPLIES 3
15 - Aurora
04-01-2020
07:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
04-01-2020
07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
04-01-2020
11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DavidP Thanks a lot David for your help.
