Let's say you want to get data starting from the 2nd or 3rd item you're scraping, not the first.
You can do this by using the "Get slice of array" action.
This is an example from a Playbook that scrapes a list of people on LinkedIn.
By using the "Get slice from array" action, you can specify which rows you want to get from a Scraper's column.
If you need to do this for multiple columns, the current work around would be to use a "Get slice" action for every column, and do field mapping when saving the data to your database.
Comments
0 comments
Please sign in to leave a comment.