12-24-2021 04:50 AM
I have this Pipeline which is working as expected without throwing any errors.All the Variables of this Mapper have been verified and is resolved into correct values
But on executing the same pipeline,this mapper is giving error
I have checked all Possibilities, but couldn’t find any solutions
Error reason:
original was not found while evaluating the expression:
$original.original.original
12-24-2021 04:58 AM
One possible reason:
On validation the pipeline will work only with the selected number of documents(Designer → User Settings):
On execution mode, pipeline will work with all documents that are coming from the source. And you have successful run only with that data set(selected number of data on validation, not all the data).
So you must ensure that the logic within the snaps covering all the possible data scenarios.
Regards,
Spiro Taleski
12-26-2021 11:11 PM
ya Thanks,it helped me get error while validation also. Now it can be resolved 🙂