Orchestrator job error

Hi All,

I am getting error when i run it in Test environment stating "Object reference not set to an instance of an object" .

can some one help to get out of this?

1 Like

Some variable is null and which requires a value to run the process… Check all the parameters…

1 Like

Hi Divyashreem,

These are the variables i declared.

Chech the values, one of them might be null…

Hi,

Don’t know how to do so, but my requirement is i have a excel file which contains some data and based on some condition, it will calculate 10% of that that amount and fill it in respective column.
(uberAmountcal.xlsx (9.4 KB) )

if we want to write a code, then how to write it.