Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a REST job that is passed with 10 parameters that get manipulated and return a REST response at the end.
I am having problems with a lookup row within my job, since the lookup involves using one of the passed parameters from the REST, but the lookup component seems to start immediately once the REST is called, giving a null pointer exception and causing the job to throw an error. How can I set the lookup row to perform only once the job is running, and not once the REST is called?
Attached is a screenshot of my job layout, highlighting the concerned components in red boxes.
Best regards,
Junmil