Forum Discussion
alex_panganiban - you can also use the "When errors occur" property in the Views tab of the CSV Parser snap to ignore errors during parsing or even route bad records to an error view and handle them more gracefully.
Hope this helps!
- Abhishek_Soni373 years agoContributor
Hey @acatlan ,
In the Has next input box, you are passing the value as a string, remove the quotes.
Let us know if it works!
Hi @Soni37 ,
When I remove the quotes I get the following:
I can run it with the error but it doesn’t return the next batch.
I’ve also ran it without the quotes and without the “=” sign selected it doesn’t return an error but it doesn’t go to the next batch.- Abhishek_Soni373 years agoContributor
Hey @acatlan ,
As per the workable document link you shared paging.next will contain the URL of the next result set.
You need to make below changes:
- Has next should be an expression or a key that returns true or false. Below expression will check if the path exists in the response.
$.hasPath(“$entity.paging.next”)
In the Next URL, you need to use the URL that was provided in the $entiity.paging.next.
You may need to adjust the URL or the expression as per your need.
I hope this helps.
Related Content
- 3 years ago
- 10 months ago
- 4 years ago
- 2 years ago