I am reading values from a google sheet which must be translated using a simple data store table.
After that I set a variable to the mapped value.
But when the search goes wrong (and the data store does not return a value), I want to stop this iteration and mark as incomplete.
Where do I have to add the “Ignore” handler then?
Hi @samliew ,
thanks for your help. It could use your suggestion to get my scenario working!
(No offense, but somehow I still feel that this is a dirty workaround - is there a reason why make does not provide the possibility to throw errors manually?)