REFramework acme-hash project

I’m working on the ACME website - Hash project using the REFramework. I’m encountering an error related to the config file, but I’ve confirmed that my Config Excel file is not null. Could you please help me troubleshoot this?

It means that inside SHA1Online_Open.xaml, something is referencing a variable or argument that has not been initialized.

If you have created any variable of type Dictionary, Datatable, etc then it is not initialized

Can you tell if you’re using which type of variable?

@gizem.guzeloglu

  1. Mostly the argument you are passing is not present
  2. Try to check the locals panel when running in debug mode
  3. Or click on refresh arguments may be arguments are not updated

cheers

I have refreshed arguments. SHA page can open but acme web can not. Also, locals panel is empty

@gizem.guzeloglu

can you run in debug and see where exactly you are getting error

locals panel cannot be blank unless you saw it while running when paused or when error is thrown you would see details

cheers


just argument

@gizem.guzeloglu,

Open Main.xaml and open the arguments of Invoke InitAllApplication activity. Check there you are passing the Config variable to the in_Config argument.

Remember, whenever you get this error, it simply means the variable you are trying to use or evaluate is null.

Check if you’re passing the Config variable to in_Config argument in InitAllApplications Invoke Workflow aguments panel in mail.xaml