cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error on mapper only While Executing Pipeline

ash42
New Contributor III

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

image

But on executing the same pipeline,this mapper is giving error

image

I have checked all Possibilities, but couldnโ€™t find any solutions

Error reason:
original was not found while evaluating the expression:
$original.original.original

2 REPLIES 2

SpiroTaleski
Valued Contributor

@ash42

One possible reason:

On validation the pipeline will work only with the selected number of documents(Designer โ†’ User Settings):

image

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

ash42
New Contributor III

ya Thanks,it helped me get error while validation also. Now it can be resolved ๐Ÿ™‚