I get this error

Hi all ,

i get this error while doing the project of reframework , to read data from excel an print the in the uidemo application

object reference not set error I am facing when I click type into activity to writing data into cash in our process transaction state.what will be the reason

1 Like

The variable or the expression which you used in the type into doesn’t hold any value.

If you’re using a variable then validate you’ve defined correctly

If you could explain a bit more or add some screenshots might help better

Hi @Ruchitha_C
just check in immediate panel whether variable holds any value
or variable is null

Hi @Ruchitha_C

Can you help with a screenshot for better understanding.

Also please check if the Variable contains any value , adding a breakpoint before entering in the immediate panel.

Thanks

ReFramework Ui Demo application.zip (8.8 MB)

you need to pass argument for process.xaml

Hello @Ruchitha_C

In the Re-framework we have many workflows and we are using invoke workflow to call each flows inside another. So the arguments need to be declared properly and need to pass the value.

If we are not initialising the value it can throw this error. So click on import argument and provide the values.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.